| java.lang.Object com.sun.jumpimpl.presentation.installer.InstallerTool
InstallerTool | public class InstallerTool implements JUMPPresentationModule(Code) | | This JUMP Presentation mode contains support for installing,
uninstalling, and listing installed content.
|
Method Summary | |
public void | load(Map map) | public void | start() Implementation of the interface's start() method. | public void | stop() Stop this Presentation Mode from running. | static void | trace(String str) | public void | unload() |
InstallerTool | public InstallerTool()(Code) | | Create an instance of InstallerTool
|
load | public void load(Map map)(Code) | | load the presentation module
Parameters: map - the configuration data required for loading this module. |
start | public void start()(Code) | | Implementation of the interface's start() method.
|
stop | public void stop()(Code) | | Stop this Presentation Mode from running.
|
unload | public void unload()(Code) | | Unload this module
|
|
|