Class LanguageProcessorRegistry

java.lang.Object
com.e1c.langtool.v8.dt.languageprocessor.LanguageProcessorRegistry

public final class LanguageProcessorRegistry extends Object
A registry for storing IObjectLanguageProcessor
  • Constructor Details

    • LanguageProcessorRegistry

      public LanguageProcessorRegistry()
      Instantiates a new language processor registry.
  • Method Details

    • getResourceLanguageProcessor

      public IObjectLanguageProcessor getResourceLanguageProcessor(org.eclipse.emf.ecore.EPackage ePackage)
      Gets the resource language processor.
      Parameters:
      ePackage - the epackage, cannot be null
      Returns:
      the resource language processor, can be null