public class ClassSourceModel extends SourceModel
_url| Constructor and Description |
|---|
ClassSourceModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateDefaultFileName(java.lang.String baseName) |
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() |
void |
setRelativeDirectory(java.lang.String newDir) |
checkForExistingFile, createNode, getAllowUrlsNotInSourcePath, getBaseURL, getDefaultNameStartIndex, getDirectoryString, getFileName, getNodeType, getProject, getRelativeDirectory, getURL, isInSourcePath, setAllowUrlsNotInSourcePath, setDirectory, setFileName, setProject, setURL, updateBaseURLFromProject, verifyPathpublic java.lang.String getExtension()
SourceModelgetExtension in class SourceModelSourceModel.protected 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 void generateDefaultFileName(java.lang.String baseName)
generateDefaultFileName in class SourceModelpublic java.net.URL getDirectory()
getDirectory in class SourceModel