com.sun.jumpimpl.module.installer |
|
Java Source File Name | Type | Comment |
InstallerFactoryImpl.java | Class | |
JUMPInstallerTool.java | Class | This class is an installation tool for downloading,
installing, uninstalling, and listing content in the
content store application repository.
This class should be routinely modified with more
features as development continues.
The current supported commands are:
list, info, install, install_all, uninstall, uninstall_all
The commands install and uninstall will provide the user with an interactive
way to choose files to be installed or uninstalled. |
MAINApplication.java | Class | This is the representation class for a Main application. |
MAINInstallerImpl.java | Class | MAINInstallerImpl subclasses XLETInstallerImpl because the behavior of both
the XLET and Main installers are very similar. |
Utilities.java | Class | This is a utilities class to be used by JUMP installer classes. |
XLETApplication.java | Class | Representation of an XLET application. |
XLETInstallerImpl.java | Class | XLETInstallerImpl contains the implementation of the JUMPInstallerModule
for XLET applications within JUMP.
Note: XLET and Main installations within JUMP in CDC behave almost the same.
For this reason, MAINInstallerImpl simply subclasses XLETInstallerImpl
and overrides a small set of methods to define specific Main application
behavior. |