com.servingxml.components.property
Class Property

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

public class Property
extends java.lang.Object

The Property class encapsulates a name/value pair.


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

Constructor Detail

Property

public Property(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(Property[] customProperties)