| java.lang.Object com.sun.midp.main.MIDletAppImageGenerator
MIDletAppImageGenerator | public class MIDletAppImageGenerator (Code) | | This a class stub class to enable the com.sun.midp.installer.Installer
to compile.
|
createAppImage | public static boolean createAppImage(int suiteId, MIDletSuiteStorage suiteStorage)(Code) | | Creates new binary application image. If application image already
exists then it will be removed and replaced by new one.
Parameters: suiteId - - suite ID Parameters: suiteStorage - - suite storage true if application image was generated successfully,false otherwise |
|
|