"

2013 FRC Java API

"

com.sun.squawk
Class ManifestProperty

java.lang.Object
  extended by com.sun.squawk.ManifestProperty

public final class ManifestProperty
extends Object

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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name
The name of the property, for example "MIDlet-Vendor".


value

public final String value
The value of the property, for example "Sun Microsystems, Inc.".


comparer

public static final Comparer comparer
Comparator for IMletProperty objects (which are sorted by the property names).

Constructor Detail

ManifestProperty

public ManifestProperty(String name,
                        String value)
Creates a property object.

Parameters:
name - property nane
value - property value

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"