com.servingxml.components.property
Class SystemProperty

java.lang.Object
  extended by com.servingxml.components.property.SystemProperty

public class SystemProperty
extends java.lang.Object

The SystemProperty defines a system property.


Constructor Summary
SystemProperty(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
static java.util.Properties toProperties(SystemProperty[] systemProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemProperty

public SystemProperty(java.lang.String key,
                      java.lang.String value)
Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()

toProperties

public static java.util.Properties toProperties(SystemProperty[] systemProperties)