Class StandaloneSetupAccess


  • public class StandaloneSetupAccess
    extends java.lang.Object
    Configuration object for the generated standalone setup class. This class is responsible for adding required EMF packages to the global registries.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Set<TypeReference> getImports()
      Deprecated.
      this set is required for backwards-compatibility to Xpand templates included with org.eclipse.xtext.generator.adapter.FragmentAdapter.
      java.util.List<org.eclipse.xtend2.lib.StringConcatenationClient> getRegistrations()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandaloneSetupAccess

        public StandaloneSetupAccess()
    • Method Detail

      • getImports

        @Deprecated
        public java.util.Set<TypeReference> getImports()
        Deprecated.
        this set is required for backwards-compatibility to Xpand templates included with org.eclipse.xtext.generator.adapter.FragmentAdapter.
      • getRegistrations

        public java.util.List<org.eclipse.xtend2.lib.StringConcatenationClient> getRegistrations()