public class PackageSourceModel extends SourceModel
_url| Constructor and Description |
|---|
PackageSourceModel() |
| Modifier and Type | Method and Description |
|---|---|
Node |
createNode() |
protected java.lang.String |
getContentSetKey()
Gets the key that identifies the content set for this SourceModel.
|
java.net.URL |
getDirectory() |
java.lang.String |
getExtension()
Retrieves the extension used when creating new files.
|
protected URLPath |
getSourcePath() |
java.net.URL |
getURL() |
void |
setRelativeDirectory(java.lang.String newDir) |
checkForExistingFile, generateDefaultFileName, getAllowUrlsNotInSourcePath, getBaseURL, getDefaultNameStartIndex, getDirectoryString, getFileName, getNodeType, getProject, getRelativeDirectory, isInSourcePath, setAllowUrlsNotInSourcePath, setDirectory, setFileName, setProject, setURL, updateBaseURLFromProject, verifyPathpublic java.lang.String getExtension()
SourceModelgetExtension in class SourceModelSourceModel.public final java.net.URL getURL()
getURL in class SourceModelprotected java.lang.String getContentSetKey()
SourceModelgetContentSetKey in class SourceModelSourceModel.createNode(),
ContentSetProviderprotected URLPath getSourcePath()
getSourcePath in class SourceModelpublic final void setRelativeDirectory(java.lang.String newDir)
setRelativeDirectory in class SourceModelpublic java.net.URL getDirectory()
getDirectory in class SourceModelpublic Node createNode()
createNode in class SourceModel