SunSPOT API V5.0


com.sun.spot.imp
Class MIDletSuiteDescriptor

java.lang.Object
  extended by com.sun.spot.imp.MIDletSuiteDescriptor

public class MIDletSuiteDescriptor
extends Object

MIDletSuiteDescriptor: describes the contents of a MIDlet


Constructor Summary
MIDletSuiteDescriptor(IFlashFileInfo fileInfo)
          Construct a descriptor based on the information obtained from an IFlashFileInfo
 
Method Summary
static MIDletSuiteDescriptor[] getAllInstances()
           
 long getLastModified()
           
 int getLength()
           
 MIDletDescriptor[] getMIDletDescriptors()
           
 String getName()
           
 String getSourcePath()
           
 String getURI()
           
 String getVendor()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MIDletSuiteDescriptor

public MIDletSuiteDescriptor(IFlashFileInfo fileInfo)
Construct a descriptor based on the information obtained from an IFlashFileInfo

Parameters:
fileInfo -
Method Detail

getAllInstances

public static MIDletSuiteDescriptor[] getAllInstances()
Returns:
an array of MIDletSuiteDescriptors representing all the known MIDlets.

getMIDletDescriptors

public MIDletDescriptor[] getMIDletDescriptors()
Returns:
an array of MIDletSuiteDescriptors for all the MIDlets in this MIDlet suite

getURI

public String getURI()
Returns:
the uri for manipulating this MIDlet suite

getVendor

public String getVendor()
Returns:
the vendor of this MIDlet suite

getName

public String getName()
Returns:
the name of this MIDlet suite

getVersion

public String getVersion()
Returns:
the version of this MIDlet suite

getLastModified

public long getLastModified()
Returns:
the lastModified date of this MIDlet suite

getLength

public int getLength()
Returns:
Returns the length of this MIDlet suite.

getSourcePath

public String getSourcePath()
Returns:
Returns the sourcePath of this MIDlet suite.

SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.