| java.lang.Object com.sun.midp.installer.SuiteDownloadInfo
SuiteDownloadInfo | class SuiteDownloadInfo (Code) | | This class represents the Information need to download a MIDlet suite and
display it to a user, in a list.
|
label | String label(Code) | | label to display to the User for this suite
|
SuiteDownloadInfo | SuiteDownloadInfo(String theUrl, String theLabel)(Code) | | Constructs a SuiteDownloadInfo.
Parameters: theUrl - URL for this suite Parameters: theLabel - label for this suite |
getDownloadInfoFromPage | static Vector getDownloadInfoFromPage(InputStreamReader page) throws IOException(Code) | | Read a HTML page and pickout the links for MIDlet suites.
A MIDlet suite links end with .jad
Parameters: page - HTML page to be read vector of URL/Label pairs exception: IOException - is thrown if any error prevents the download of the HTML page. |
|
|