|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.xtext.generator.DefaultGeneratorFragment
org.eclipse.xtext.generator.DelegatingGeneratorFragment
public class DelegatingGeneratorFragment
| Constructor Summary | |
|---|---|
DelegatingGeneratorFragment()
|
|
| Method Summary | |
|---|---|
void |
addToPluginXmlRt(Grammar grammar,
org.eclipse.xpand2.XpandExecutionContext ctx)
Used to add code to the plugin.xml of the runtime bundle. |
void |
addToPluginXmlUi(Grammar grammar,
org.eclipse.xpand2.XpandExecutionContext ctx)
Used to add code to the plugin.xml of the ui bundle. |
void |
addToStandaloneSetup(Grammar grammar,
org.eclipse.xpand2.XpandExecutionContext ctx)
Used to add code to the generated 'public void register(Injector injector)'-method |
void |
checkConfiguration(org.eclipse.emf.mwe.core.issues.Issues issues)
Called by the container after configuration so the component can validate the configuration before invocation. |
void |
generate(Grammar grammar,
org.eclipse.xpand2.XpandExecutionContext ctx)
can be used to generate whatever necessary |
java.lang.String[] |
getExportedPackagesRt(Grammar grammar)
return the exported packages for the runtime bundle |
java.lang.String[] |
getExportedPackagesUi(Grammar grammar)
return the exported packages for the ui bundle |
java.util.Set<Binding> |
getGuiceBindingsRt(Grammar grammar)
return a map containing the contributed guice bindings created in this generator fragment |
java.util.Set<Binding> |
getGuiceBindingsUi(Grammar grammar)
return a map containing the contributed guice bindings for the ui part created in this generator fragment |
Naming |
getNaming()
|
java.lang.String[] |
getRequiredBundlesRt(Grammar grammar)
return the bundles this fragment requires at runtime |
java.lang.String[] |
getRequiredBundlesUi(Grammar grammar)
return the bundles this fragment requires in ui |
void |
registerNaming(Naming n)
|
void |
setDelegate(java.lang.String className)
|
void |
setFallback(IGeneratorFragment fragment)
|
void |
setMessage(java.lang.String message)
|
| Methods inherited from class org.eclipse.xtext.generator.DefaultGeneratorFragment |
|---|
getImportedPackagesRt, getImportedPackagesUi |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegatingGeneratorFragment()
| Method Detail |
|---|
public void setFallback(IGeneratorFragment fragment)
public void setDelegate(java.lang.String className)
public void setMessage(java.lang.String message)
public void checkConfiguration(org.eclipse.emf.mwe.core.issues.Issues issues)
IGeneratorFragment
checkConfiguration in interface IGeneratorFragmentcheckConfiguration in class DefaultGeneratorFragmentissues - implementors should report configuration issues to this.
public void addToPluginXmlRt(Grammar grammar,
org.eclipse.xpand2.XpandExecutionContext ctx)
IGeneratorFragment
addToPluginXmlRt in interface IGeneratorFragmentaddToPluginXmlRt in class DefaultGeneratorFragmentctx - - the execution context to use (the plugin.xml file is already opened)
public void addToPluginXmlUi(Grammar grammar,
org.eclipse.xpand2.XpandExecutionContext ctx)
IGeneratorFragment
addToPluginXmlUi in interface IGeneratorFragmentaddToPluginXmlUi in class DefaultGeneratorFragmentctx - - the execution context to use (the plugin.xml file is already opened)
public void addToStandaloneSetup(Grammar grammar,
org.eclipse.xpand2.XpandExecutionContext ctx)
IGeneratorFragment
addToStandaloneSetup in interface IGeneratorFragmentaddToStandaloneSetup in class DefaultGeneratorFragmentctx - - the execution context to use (the file is already opened, content goes into the register method)
public void generate(Grammar grammar,
org.eclipse.xpand2.XpandExecutionContext ctx)
IGeneratorFragment
generate in interface IGeneratorFragmentgenerate in class DefaultGeneratorFragmentctx - - the execution context to usepublic java.lang.String[] getExportedPackagesRt(Grammar grammar)
IGeneratorFragment
getExportedPackagesRt in interface IGeneratorFragmentgetExportedPackagesRt in class DefaultGeneratorFragmentpublic java.lang.String[] getExportedPackagesUi(Grammar grammar)
IGeneratorFragment
getExportedPackagesUi in interface IGeneratorFragmentgetExportedPackagesUi in class DefaultGeneratorFragmentpublic java.util.Set<Binding> getGuiceBindingsRt(Grammar grammar)
IGeneratorFragment
getGuiceBindingsRt in interface IGeneratorFragmentgetGuiceBindingsRt in class DefaultGeneratorFragmentpublic java.util.Set<Binding> getGuiceBindingsUi(Grammar grammar)
IGeneratorFragment
getGuiceBindingsUi in interface IGeneratorFragmentgetGuiceBindingsUi in class DefaultGeneratorFragmentpublic java.lang.String[] getRequiredBundlesRt(Grammar grammar)
IGeneratorFragment
getRequiredBundlesRt in interface IGeneratorFragmentgetRequiredBundlesRt in class DefaultGeneratorFragmentpublic java.lang.String[] getRequiredBundlesUi(Grammar grammar)
IGeneratorFragment
getRequiredBundlesUi in interface IGeneratorFragmentgetRequiredBundlesUi in class DefaultGeneratorFragmentpublic void registerNaming(Naming n)
registerNaming in interface NamingAwarepublic Naming getNaming()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||