public class SimpleNamesFragment extends DefaultGeneratorFragment
IGeneratorFragment to create simple name based scopes.| Constructor and Description | 
|---|
SimpleNamesFragment()  | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
addToPluginXmlRt, addToPluginXmlRt, addToPluginXmlTests, addToPluginXmlUi, addToPluginXmlUi, addToStandaloneSetup, addToStandaloneSetup, checkConfiguration, generate, generate, getExportedPackagesIde, getExportedPackagesRt, getExportedPackagesTests, getExportedPackagesUi, getImportedPackagesIde, getImportedPackagesRt, getImportedPackagesTests, getImportedPackagesUi, getRequiredBundlesIde, getRequiredBundlesRt, getRequiredBundlesTests, getRequiredBundlesUipublic java.util.Set<Binding> getGuiceBindingsRt(Grammar grammar)
IGeneratorFragmentgetGuiceBindingsRt in interface IGeneratorFragmentgetGuiceBindingsRt in class DefaultGeneratorFragmentpublic java.util.Set<Binding> getGuiceBindingsUi(Grammar grammar)
IGeneratorFragmentgetGuiceBindingsUi in interface IGeneratorFragmentgetGuiceBindingsUi in class DefaultGeneratorFragment