Class | Description |
---|---|
CompileLayoutsCommand |
A command which allows to compile/generate all layouts for the
selected plug-in
|
InstallPlugInCommand |
This class provides support to install a plug-in either via a command line interface
and via the plug-in management perspective in the GUI
TODO refactoring
|
InstallPlugInCommand.PlugInDescriptorMerger |
Utility class for merging two plug-in descriptors.
|
StartApplicationDesignerCommand |
A ToolbarCommand which allows to search for arbitrary objects
|
UninstallPlugInCommand |
This class provides support to uninstall a plug-in
TODO refactoring
|
UninstallPlugInWorker |
Exception | Description |
---|---|
InstallPlugInCommand.InvalidPlugInArchiveException |
Custom Exception used in case if the target plug-in directory
is unknown or if zip entry is null
|
UninstallPlugInCommand.InvalidPlugInArchiveException |
Custom Exception used in case if the target plug-in directory
is unknown or if zip entry is null
|