public static interface IInit.IInitContext
Modifier and Type | Method and Description |
---|---|
java.lang.ClassLoader |
getClassLoader()
Returns the class loader created from the plug-in definition.
|
ISettings |
getSettings()
All the settings for this instance of the plugin, that is, all the class settings merged in
with the instance specific settings.
|
boolean |
validatePrerequisites()
Indicates whether the plug-in must verify that the prerequisites for this plug-in
(such as dependencies on other classes or plug-ins) are met.
|
ISettings getSettings()
java.lang.ClassLoader getClassLoader()
boolean validatePrerequisites()