FileDocCategorySizeDatePackage
MIDletAppImageGenerator.javaAPI DocphoneME MR2 API (J2ME)1760Wed May 02 18:00:08 BST 2007com.sun.midp.main

MIDletAppImageGenerator

public class MIDletAppImageGenerator extends Object
This a class stub class to enable the com.sun.midp.installer.Installer to compile.

Fields Summary
Constructors Summary
Methods Summary
public static booleancreateAppImage(int suiteId, com.sun.midp.midletsuite.MIDletSuiteStorage suiteStorage)
Creates new binary application image. If application image already exists then it will be removed and replaced by new one.

param
suiteId - suite ID
param
suiteStorage - suite storage
return
true if application image was generated successfully, false otherwise

        return false;