public class ProjectTemplateEP extends AbstractExtensionPointBean
| Modifier and Type | Field and Description |
|---|---|
boolean |
category
If true, this template will be offered on the first page of the new project wizard dialog, and the value
of the projectType attribute will define the top-level category under which the template will appear.
|
static ExtensionPointName<ProjectTemplateEP> |
EP_NAME |
java.lang.String |
projectType
If the category attribute is set to true, specifies the title under which the template appears in the first page
of the new project dialog.
|
java.lang.String |
templatePath
The path to a .zip file containing the template contents of the project.
|
myPluginDescriptor| Constructor and Description |
|---|
ProjectTemplateEP() |
findClass, findClass, findClassNoExceptions, findExtensionClass, getLoaderForClass, getPluginDescriptor, getPluginId, instantiate, instantiate, instantiate, instantiateClass, setPluginDescriptorpublic static final ExtensionPointName<ProjectTemplateEP> EP_NAME
public java.lang.String projectType
public java.lang.String templatePath
public boolean category