public class ImplicitRuntimeFragment extends DefaultGeneratorFragment
| Constructor and Description |
|---|
ImplicitRuntimeFragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToPluginXmlRt(Grammar grammar,
org.eclipse.xpand2.XpandExecutionContext ctx)
Used to add code to the plugin.xml of the runtime bundle.
|
java.lang.String[] |
getImportedPackagesRt(Grammar grammar)
return the imported packages for the runtime bundle
|
java.lang.String[] |
getRequiredBundlesRt(Grammar grammar)
return the bundles this fragment requires at runtime
|
addToPluginXmlRt, addToPluginXmlTests, addToPluginXmlUi, addToPluginXmlUi, addToStandaloneSetup, addToStandaloneSetup, checkConfiguration, generate, generate, getExportedPackagesRt, getExportedPackagesTests, getExportedPackagesUi, getGuiceBindingsRt, getGuiceBindingsUi, getImportedPackagesTests, getImportedPackagesUi, getRequiredBundlesTests, getRequiredBundlesUipublic java.lang.String[] getRequiredBundlesRt(Grammar grammar)
IGeneratorFragmentgetRequiredBundlesRt in interface IGeneratorFragmentgetRequiredBundlesRt in class DefaultGeneratorFragmentpublic java.lang.String[] getImportedPackagesRt(Grammar grammar)
IGeneratorFragmentgetImportedPackagesRt in interface IGeneratorFragmentgetImportedPackagesRt in class DefaultGeneratorFragmentpublic void addToPluginXmlRt(Grammar grammar, org.eclipse.xpand2.XpandExecutionContext ctx)
IGeneratorFragmentaddToPluginXmlRt in interface IGeneratorFragmentaddToPluginXmlRt in class DefaultGeneratorFragmentctx - - the execution context to use (the plugin.xml file is already opened)