Uses of Interface
org.eclipse.core.runtime.IContributor
Packages that use IContributor
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
Extension registry infrastructure for service providers
-
Uses of IContributor in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime that return IContributorModifier and TypeMethodDescriptionstatic IContributorContributorFactoryOSGi.createContributor(Bundle contributor) Creates registry contributor object based on a Bundle.static IContributorContributorFactorySimple.createContributor(Object determiningObject) Creates registry contributor object based on a determining object.The determining object must not benull.IConfigurationElement.getContributor()Returns the contributor of this configuration element.IExtension.getContributor()Returns the contributor of this extension.IExtensionPoint.getContributor()Returns the contributor of this extension point.Methods in org.eclipse.core.runtime with parameters of type IContributorModifier and TypeMethodDescriptionbooleanIExtensionRegistry.addContribution(InputStream is, IContributor contributor, boolean persist, String name, ResourceBundle translationBundle, Object token) Adds to this extension registry an extension point(s), extension(s), or a combination of those described by the XML file.IExtensionRegistry.getExtensionPoints(IContributor contributor) Returns all extension points supplied by the contributor, ornullif there are no such extension points.IExtensionRegistry.getExtensions(IContributor contributor) Returns all extensions supplied by the contributor, ornullif there are no such extensions.static BundleContributorFactoryOSGi.resolve(IContributor contributor) Returns the OSGi bundle used to define this contributor. -
Uses of IContributor in org.eclipse.core.runtime.spi
Classes in org.eclipse.core.runtime.spi that implement IContributorModifier and TypeClassDescriptionfinal classThis class describes a registry contributor which is an entity that supplies information to the extension registry.Methods in org.eclipse.core.runtime.spi that return IContributorModifier and TypeMethodDescriptionIDynamicExtensionRegistry.getAllContributors()Returns all contributors associated with the registry at this time.Methods in org.eclipse.core.runtime.spi with parameters of type IContributorModifier and TypeMethodDescriptionbooleanIDynamicExtensionRegistry.hasContributor(IContributor contributor) Finds out if registry has the contributor.voidIDynamicExtensionRegistry.removeContributor(IContributor contributor, Object key) Removes all extensions and extension points provided by the contributor.String[]RegistryStrategy.translate(String[] nonTranslated, IContributor contributor, String locale) Translates array of keys supplied by the contributor to the requested locale. -
Uses of IContributor in org.eclipse.equinox.http.registry.internal
Methods in org.eclipse.equinox.http.registry.internal with parameters of type IContributorModifier and TypeMethodDescriptionbooleanHttpRegistryManager.addFilterContribution(String alias, javax.servlet.Filter filter, Dictionary<?, ?> initparams, String httpContextId, IContributor contributor) booleanHttpRegistryManager.addHttpContextContribution(String httpContextId, HttpContext context, IContributor contributor) booleanHttpRegistryManager.addResourcesContribution(String alias, String baseName, String httpContextId, IContributor contributor) booleanHttpRegistryManager.addServletContribution(String alias, javax.servlet.Servlet servlet, Dictionary<?, ?> initparams, String httpContextId, IContributor contributor) HttpRegistryManager.getBundle(IContributor contributor)