Class AbstractStandaloneSetup

  • All Implemented Interfaces:
    org.eclipse.xtext.ISetup
    Direct Known Subclasses:
    MdStandaloneSetup

    public abstract class AbstractStandaloneSetup
    extends Object
    implements org.eclipse.xtext.ISetup
    Abstract implementation of ISetup.
    • Constructor Detail

      • AbstractStandaloneSetup

        public AbstractStandaloneSetup()
    • Method Detail

      • createInjectorAndDoEMFRegistration

        public com.google.inject.Injector createInjectorAndDoEMFRegistration()
        Specified by:
        createInjectorAndDoEMFRegistration in interface org.eclipse.xtext.ISetup
      • registerDefaultEPackages

        public void registerDefaultEPackages()
      • createInjector

        public com.google.inject.Injector createInjector()
      • register

        public void register​(com.google.inject.Injector injector)
      • getRuntimeModule

        protected abstract AbstractRuntimeModule getRuntimeModule()
        Returns specific runtime module.
        Returns:
        specific runtime module.