JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class PropertiesList

java.lang.Object
  extended bygov.nasa.alsUtility.PropertiesList

public class PropertiesList
extends java.lang.Object


Field Summary
protected static java.lang.String assignmentString
           
protected  java.util.Hashtable table
           
 
Constructor Summary
PropertiesList(java.lang.String list)
           
 
Method Summary
static java.lang.String assignmentString()
           
 java.lang.String getProperty(java.lang.String name)
           
 boolean hasProperty(java.lang.String name)
           
 void putProperty(java.lang.String key, java.lang.String value)
           
static java.lang.String separator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

protected java.util.Hashtable table

assignmentString

protected static final java.lang.String assignmentString
See Also:
Constant Field Values
Constructor Detail

PropertiesList

public PropertiesList(java.lang.String list)
Method Detail

putProperty

public void putProperty(java.lang.String key,
                        java.lang.String value)

hasProperty

public boolean hasProperty(java.lang.String name)

getProperty

public java.lang.String getProperty(java.lang.String name)

size

public int size()

separator

public static java.lang.String separator()

assignmentString

public static java.lang.String assignmentString()

JavaGenes, NASA Ames. Written largely by Al Globus