com.servingxml.components.command
Class EnvVariable

java.lang.Object
  extended by com.servingxml.components.command.EnvVariable

public class EnvVariable
extends java.lang.Object

An EnvVariable object encapsulates an environmental varaible.


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

Constructor Detail

EnvVariable

public EnvVariable(java.lang.String name,
                   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(EnvVariable[] outputProperties)