Package | Description |
---|---|
javax.microedition.swm |
[OPTIONAL] Provides extended software management features to MEEP.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
Suite.getAttributes()
Retrieves a list of available JAD / manifest attributes.
|
java.lang.String |
Suite.getAttributeValue(java.lang.String name)
Requests JAD attribute value for given attribute name.
|
java.lang.String |
Suite.getDownloadUrl()
Gets the URL that the suite descriptor was downloaded from.
|
java.util.List<java.lang.String> |
Suite.getMIDlets()
Retrieve a list of the applications (application class names) of this suite.
|
java.lang.String |
Suite.getName()
Get name for given suite.
|
SettingSet |
SettingsManager.getSuiteSettings(Suite suite)
Get suite settings.
|
SuiteType |
Suite.getSuiteType()
Get suite type, one of
SuiteType.ST_APPLICATION ,
SuiteType.ST_INVALID ,
SuiteType.ST_LIBRARY , or SuiteType.ST_LINK . |
java.lang.String |
Suite.getVendor()
Get vendor name for given suite
|
java.lang.String |
Suite.getVersion()
Get the version of the given suite.
|
boolean |
Suite.isSuiteState(SuiteStateFlag state)
Checks whether the specified flag is set.
|
void |
SuiteManager.removeSuite(Suite suite,
boolean ignoreRemoveLock)
Removes a software package.
|
void |
Suite.setSuiteState(SuiteStateFlag state,
boolean value)
Sets the specified flag to the specified value.
|
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.