Class ConfigurationProvider


  • public abstract class ConfigurationProvider
    extends Object
    The SPI of a configuration provider.
    • Constructor Detail

      • ConfigurationProvider

        public ConfigurationProvider()
    • Method Detail

      • getConfiguration

        public abstract Configuration getConfiguration​(org.eclipse.emf.ecore.EObject eObject)
        Returns the configuration object for the given object, loaded in the same resource set as the given object. Returns null if the configuration object cannot be resolved for the given object.
        Parameters:
        eObject - not null, 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; null if the configuration object cannot be resolved for the given object