Package | Description |
---|---|
javax.microedition.swm |
[OPTIONAL] Provides extended software management features to MEEP 8.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<java.lang.String> |
Suite.getAttributes()
Retrieves a list of available JAD / manifest attributes.
|
java.lang.String |
Suite.getAttributeValue(java.lang.String name)
Requests JAD /manifest attribute value for given attribute name.
|
java.util.Iterator<Suite> |
Suite.getDependencies()
Retrieves a list of the shared libraries this
Suite depends on
|
java.lang.String |
Suite.getDownloadUrl()
Gets the URL that the suite descriptor was downloaded from.
|
java.util.Iterator<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.
|
SuiteType |
Suite.getSuiteType()
Get suite type.
|
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.
|
boolean |
Suite.isTrusted()
Checks if this Suite is trusted or not.
|
void |
SuiteManager.removeSuite(Suite suite,
boolean ignoreRemoveLock)
Removes a
Suite . |
void |
Suite.setSuiteState(SuiteStateFlag state,
boolean value)
Sets the specified flag to the specified value.
|
Task |
TaskManager.startTask(Suite suite,
java.lang.String className)
|
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.