com.togethersoft.sca.core
Interface IPluginExecutable
- public interface IPluginExecutable
Code inspector and extension container. A plugin may contain zero or more
code inspectors and extensions.
A plugin declares the code inspectors and extensions in its manifest file
plugin.xml. The code inspector and extension implementation
are located in the plugin's jar library.
- See Also:
ICodeInspectorExecutable,
IExtensionExecutable
|
Method Summary |
void |
shutdown()
Cleans up the plugin. |
void |
startup()
Sets up the plugin. |
shutdown
public void shutdown()
- Cleans up the plugin.
shutdown is called
when the plugin is about to be unloaded by the plugin manager.
The messages produced during plug-in shut down are sent
to the framework log.
startup
public void startup()
- Sets up the plugin.
startup is called
when the plugin is being loaded by the plugin manager.
The messages produced during plug-in initialization are sent
to the framework log.