Construct an AppBundleProxy to draft from a
yet to be installed package.
Parameters: installer - the installer Parameters: msuite - the MIDletSuite being constructed by the installer Parameters: state - the installer state Parameters: authority - for the installer exception: ClassNotFoundException - if the classnameis not present exception: IllegalArgumentException - if classname is nota valid application
Gets the AppProxy for an application class in the current bundle.
Parameters: classname - the name of the application class the AppProxy for classname; null if nota valid application (MIDlet) exception: ClassNotFoundException - if the classnameis not present exception: IllegalArgumentException - if classname is not a valid application
Verify that the classname is a valid application.
Overridden to just check if the appropriate file is
in the jar.
Parameters: classname - the application class exception: ClassNotFoundException - is thrown if the class cannot be found exception: IllegalArgumentException - if the classname is null or empty
Fields inherited from com.sun.midp.content.AppProxy