Class LanguageProcessorRegistry
java.lang.Object
com.e1c.langtool.v8.dt.languageprocessor.LanguageProcessorRegistry
A registry for storing
IObjectLanguageProcessor-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResourceLanguageProcessor(org.eclipse.emf.ecore.EPackage ePackage) Gets the resource language processor.
-
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 benull- Returns:
- the resource language processor, can be
null
-