@Deprecated
public interface IPluginDescriptor
It is not used anymore as Eclipse 4.6 removed this plug-in.
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
find(IPath path)
Deprecated.
|
java.net.URL |
find(IPath path,
java.util.Map<java.lang.String,java.lang.String> override)
Deprecated.
Use
Platform.find(bundle, path, override)
where bundle is the bundle associated with
the relevant plug-in. |
IExtension |
getExtension(java.lang.String extensionName)
Deprecated.
|
IExtensionPoint |
getExtensionPoint(java.lang.String extensionPointId)
Deprecated.
|
IExtensionPoint[] |
getExtensionPoints()
Deprecated.
|
IExtension[] |
getExtensions()
Deprecated.
|
java.net.URL |
getInstallURL()
Deprecated.
|
java.lang.String |
getLabel()
Deprecated.
|
Plugin |
getPlugin()
Deprecated.
|
java.lang.ClassLoader |
getPluginClassLoader()
Deprecated.
Use
bundle.loadClass(className)
where bundle is the bundle associated with
the relevant plug-in. |
IPluginPrerequisite[] |
getPluginPrerequisites()
Deprecated.
|
java.lang.String |
getProviderName()
Deprecated.
|
java.util.ResourceBundle |
getResourceBundle()
Deprecated.
Use
Platform.getResourceBundle(bundle)
where bundle is the bundle associated with
the relevant plug-in. |
java.lang.String |
getResourceString(java.lang.String value)
Deprecated.
Use
Platform.getResourceString(bundle, value)
where bundle is the bundle associated with
the relevant plug-in. |
java.lang.String |
getResourceString(java.lang.String value,
java.util.ResourceBundle resourceBundle)
Deprecated.
Use
Platform.getResourceString(bundle, value, resourceBundle)
where bundle is the bundle associated with
the relevant plug-in. |
ILibrary[] |
getRuntimeLibraries()
Deprecated.
|
java.lang.String |
getUniqueIdentifier()
Deprecated.
|
PluginVersionIdentifier |
getVersionIdentifier()
Deprecated.
|
boolean |
isPluginActivated()
Deprecated.
|
@Deprecated IExtension getExtension(java.lang.String extensionName)
@Deprecated IExtensionPoint getExtensionPoint(java.lang.String extensionPointId)
@Deprecated IExtensionPoint[] getExtensionPoints()
@Deprecated IExtension[] getExtensions()
@Deprecated java.net.URL getInstallURL()
@Deprecated java.lang.String getLabel()
@Deprecated Plugin getPlugin() throws CoreException
CoreException@Deprecated java.lang.ClassLoader getPluginClassLoader()
bundle.loadClass(className)
where bundle is the bundle associated with
the relevant plug-in.@Deprecated IPluginPrerequisite[] getPluginPrerequisites()
@Deprecated java.lang.String getProviderName()
@Deprecated
java.util.ResourceBundle getResourceBundle()
throws java.util.MissingResourceException
Platform.getResourceBundle(bundle)
where bundle is the bundle associated with
the relevant plug-in.java.util.MissingResourceException@Deprecated java.lang.String getResourceString(java.lang.String value)
Platform.getResourceString(bundle, value)
where bundle is the bundle associated with
the relevant plug-in.@Deprecated
java.lang.String getResourceString(java.lang.String value,
java.util.ResourceBundle resourceBundle)
Platform.getResourceString(bundle, value, resourceBundle)
where bundle is the bundle associated with
the relevant plug-in.@Deprecated ILibrary[] getRuntimeLibraries()
@Deprecated java.lang.String getUniqueIdentifier()
@Deprecated PluginVersionIdentifier getVersionIdentifier()
@Deprecated boolean isPluginActivated()
@Deprecated java.net.URL find(IPath path)
@Deprecated java.net.URL find(IPath path, java.util.Map<java.lang.String,java.lang.String> override)
Platform.find(bundle, path, override)
where bundle is the bundle associated with
the relevant plug-in.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.