Sun SPOT API
Green Release  


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.

Author:
David Liu

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

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.


Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.