org.eclipse.xtext.generator.ecore2xtext
Class Ecore2XtextValueConverterServiceFragment

java.lang.Object
  extended by org.eclipse.xtext.generator.DefaultGeneratorFragment
      extended by org.eclipse.xtext.generator.ecore2xtext.Ecore2XtextValueConverterServiceFragment
All Implemented Interfaces:
IGeneratorFragment

public class Ecore2XtextValueConverterServiceFragment
extends DefaultGeneratorFragment

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
Ecore2XtextValueConverterServiceFragment()
           
 
Method Summary
 java.util.Set<Binding> getGuiceBindingsRt(Grammar grammar)
          return a map containing the contributed guice bindings created in this generator fragment
 
Methods inherited from class org.eclipse.xtext.generator.DefaultGeneratorFragment
addToPluginXmlRt, addToPluginXmlUi, addToStandaloneSetup, checkConfiguration, generate, getExportedPackagesRt, getExportedPackagesUi, getGuiceBindingsUi, getImportedPackagesRt, getImportedPackagesUi, getRequiredBundlesRt, getRequiredBundlesUi
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ecore2XtextValueConverterServiceFragment

public Ecore2XtextValueConverterServiceFragment()
Method Detail

getGuiceBindingsRt

public java.util.Set<Binding> getGuiceBindingsRt(Grammar grammar)
Description copied from interface: IGeneratorFragment
return a map containing the contributed guice bindings created in this generator fragment

Specified by:
getGuiceBindingsRt in interface IGeneratorFragment
Overrides:
getGuiceBindingsRt in class DefaultGeneratorFragment