|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJetGatewayConfiguration
Configuration for a JET gateway
| Method Summary | |
|---|---|
java.lang.String |
getClasspathVariable()
Returns the classpath variable name to bind to the first jar in the plugin identified by getPluginId(). |
java.lang.Object |
getModel()
Returns the model object to pass to the JET template. |
java.lang.String |
getPackageName()
Returns the package name of the resource to generate. |
java.lang.String |
getPluginId()
Returns the plugin id of the plugin containing the JET template file, the JMerge control model XML file, and the runtime library JAR file containing any classes necessary to compile the translated JET template implementation class. |
IProject |
getProject()
|
java.lang.String |
getTargetFile()
Returns the file name of the file where the generated code should be saved. |
java.lang.String |
getTargetFolder()
Returns the target folder (relative to the workspace root) where the generated code should be saved. |
java.lang.String |
getTemplateFullUri()
Returns the full URI of the JET template. |
java.lang.String |
getTemplateRelativeUri()
Returns the relative uri of the JET template file. |
boolean |
isBundledRecource()
Check wether the requested Resource is in the bundle |
boolean |
isForceOverwrite()
Returns whether existing read-only files should be overwritten. |
java.util.List<java.lang.String> |
plugInIDs()
Retrieve an immutable list of plug-ins needed for the classpath |
| Method Detail |
|---|
java.lang.Object getModel()
java.lang.String getPluginId()
java.lang.String getTemplateRelativeUri()
java.lang.String getTargetFolder()
java.lang.String getPackageName()
boolean isForceOverwrite()
true by default.
java.lang.String getTemplateFullUri()
plugin id.
java.lang.String getTargetFile()
java.lang.String getClasspathVariable()
getPluginId().
IProject getProject()
boolean isBundledRecource()
java.util.List<java.lang.String> plugInIDs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||