| com.sun.jumpimpl.module.installer.XLETInstallerImpl com.sun.jumpimpl.module.installer.MAINInstallerImpl
MAINInstallerImpl | public class MAINInstallerImpl extends XLETInstallerImpl implements JUMPInstallerModule(Code) | | MAINInstallerImpl subclasses XLETInstallerImpl because the behavior of both
the XLET and Main installers are very similar. The methods defined below
are the minimun amount of methods needed to be overridden to match the
current expected behavior of main application installation.
|
DESCRIPTOR_INITIALCLASS_KEY | final protected static String DESCRIPTOR_INITIALCLASS_KEY(Code) | | |
createJUMPApplicationObject | protected JUMPApplication createJUMPApplicationObject(String bundle, String clazz, URL classPathURL, String title, URL iconPathURL, int id)(Code) | | Create a JUMPApplication object
Parameters: bundle - Name of application bundle that this application belongs to Parameters: clazz - Initial class of application Parameters: classPathURL - URL of the classpath of this application Parameters: title - The user visible title of this application Parameters: iconPathURL - URL to the path of the icon for this application application object |
getAppClasspath | protected String getAppClasspath(JUMPApplication app)(Code) | | Retrieve the classpath value of the appliation
Parameters: app - the application object string value of classpath |
getAppsInBundle | protected JUMPApplication[] getAppsInBundle(String bundle)(Code) | | Retrieve the application object belonging to the bundle
Parameters: bundle - Name of application bundle that this application belongs to application objects within the bundle |
getBundleName | protected String getBundleName(JUMPApplication app)(Code) | | Get the name of the bundle this application belongs to
Parameters: app - application object bundle Name of application bundle that this application belongs to |
getInstallerAppModel | protected JUMPAppModel getInstallerAppModel()(Code) | | Return the app model described by this class.
the appmodel of the class |
getInstallerInitialClassKey | protected String getInstallerInitialClassKey()(Code) | | Get the key value used to retrive the initialClass value
string pertaining to key representing initialClass |
getPropertyInstallerInitialClassKey | protected String getPropertyInstallerInitialClassKey()(Code) | | Get the key value used to specify an application's initial class from Properties object
initial class key value |
|
|