Class IConfigurationElementLoader

  • All Implemented Interfaces:
    com.google.common.base.Function<String,​List<org.eclipse.core.runtime.IConfigurationElement>>, java.util.function.Function<String,​List<org.eclipse.core.runtime.IConfigurationElement>>

    public class IConfigurationElementLoader
    extends Object
    implements com.google.common.base.Function<String,​List<org.eclipse.core.runtime.IConfigurationElement>>
    • Constructor Detail

      • IConfigurationElementLoader

        public IConfigurationElementLoader()
    • Method Detail

      • apply

        public List<org.eclipse.core.runtime.IConfigurationElement> apply​(String extensionPoint)
        Specified by:
        apply in interface com.google.common.base.Function<String,​List<org.eclipse.core.runtime.IConfigurationElement>>
        Specified by:
        apply in interface java.util.function.Function<String,​List<org.eclipse.core.runtime.IConfigurationElement>>