Class ConfigurationProvider
java.lang.Object
com._1c.g5.v8.dt.metadata.mdclass.impl.ConfigurationProvider
The SPI of a configuration provider.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ConfigurationgetConfiguration(org.eclipse.emf.ecore.EObject eObject) Returns the configuration object for the given object, loaded in the same resource set as the given object.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ConfigurationProvider
public ConfigurationProvider()
-
-
Method Details
-
getConfiguration
Returns the configuration object for the given object, loaded in the same resource set as the given object. Returnsnullif the configuration object cannot be resolved for the given object.- Parameters:
eObject- notnull, must be contained by a resource in a resource set- Returns:
- the configuration object for the given object,
loaded in the same resource set as the given object;
nullif the configuration object cannot be resolved for the given object
-