public class FileTemplate extends BasicTemplate
ITemplate
implementation for templates based off
of a model file.Constructor and Description |
---|
FileTemplate() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.runtime.IPath |
getTemplateFilePath()
Return the
IPath to the template file. |
void |
setTemplateFilePath(org.eclipse.core.runtime.IPath templateFile)
Sets the
IPath to the template file. |
getDescription, getIconURL, getId, getModelFileExtension, getModelName, getName, getProperties, getProperty, getTemplateModelHandler, setDescription, setIconURL, setId, setModelFileExtension, setModelName, setName, setProperty, setTemplateModelHandler
public void setTemplateFilePath(org.eclipse.core.runtime.IPath templateFile)
IPath
to the template file.templateFile
- the IPath
to the template filepublic org.eclipse.core.runtime.IPath getTemplateFilePath()
IPath
to the template file.IPath
to the template file