|
Sun SPOT API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.squawk.ManifestProperty
public final class ManifestProperty
Key value pair of values found in Suite.PROPERTIES_MANIFEST_RESOURCE_NAME main section.
| Field Summary | |
|---|---|
static Comparer |
comparer
Comparator for IMletProperty objects (which are sorted by the property names). |
String |
name
The name of the property, for example "MIDlet-Vendor". |
String |
value
The value of the property, for example "Sun Microsystems, Inc.". |
| Constructor Summary | |
|---|---|
ManifestProperty(String name,
String value)
Creates a property object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String name
public final String value
public static final Comparer comparer
| Constructor Detail |
|---|
public ManifestProperty(String name,
String value)
|
Sun SPOT API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||