Class AbstractStandaloneSetup

java.lang.Object
com._1c.g5.modeling.xtext.service.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 Details

    • AbstractStandaloneSetup

      public AbstractStandaloneSetup()
  • Method Details

    • 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.