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