|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.extensions.JETemplate
public final class JETemplate
This class handles the extension point ch.sahits.codegen.java.jettemplate
| Constructor Summary | |
|---|---|
JETemplate()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
getContributingJetPluginIDs()
Retrieve all plugin ids that contribute a jetemplate and are not equal to this plug-in |
static IGeneratorCollection |
getGenerators()
Retrieve all registered jetemplates |
static IJetGeneratorExtension |
getJetemplate(java.lang.String bundle,
java.lang.String location)
Retrieve the Jetemplate for a specific Jetemplate |
static java.util.Map<java.lang.String,java.lang.String> |
getJetemplate4DisplaySelection()
This methods retrieves the map of generates in the form |
static java.lang.String[] |
getJETemplates()
Deprecated. Use getJetemplate4DisplaySelection() instead. This method will be removed with Version 3.0 |
static java.lang.String |
getJetFileDirectory(java.lang.String jetTemplatePluginID)
Retrieve the file directory for the JETemplat in a plugin |
static java.lang.String |
getPluginIdOfContibutingPlugin(java.lang.String jeTemplateName)
Deprecated. with the use of getJetemplate4DisplaySelection() this method is obsolete. This method will be removed with 3.0 |
static java.lang.String |
getPluginIdOfContibutingPlugin2(java.lang.String jeTemplateLocationName)
Deprecated. with the use of getJetemplate4DisplaySelection() this method is obsolete. This method will be removed with 3.0 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JETemplate()
| Method Detail |
|---|
public static IGeneratorCollection getGenerators()
public static IJetGeneratorExtension getJetemplate(java.lang.String bundle,
java.lang.String location)
bundle - Bundle IDlocation - of the jetemplate within the bundle
public static java.lang.String getJetFileDirectory(java.lang.String jetTemplatePluginID)
jetTemplatePluginID - id of the plugin
public static java.lang.String[] getContributingJetPluginIDs()
@Deprecated public static java.lang.String getPluginIdOfContibutingPlugin(java.lang.String jeTemplateName)
getJetemplate4DisplaySelection() this method is obsolete. This method will be removed with 3.0
jeTemplateName - name of the template to be looked up in the
contributing extension points
@Deprecated public static java.lang.String getPluginIdOfContibutingPlugin2(java.lang.String jeTemplateLocationName)
getJetemplate4DisplaySelection() this method is obsolete. This method will be removed with 3.0
jeTemplateLocationName - name of the template to be looked up in the
contributing extension points
@Deprecated public static java.lang.String[] getJETemplates()
getJetemplate4DisplaySelection() instead. This method will be removed with Version 3.0
public static java.util.Map<java.lang.String,java.lang.String> getJetemplate4DisplaySelection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||