com.servingxml.components.command
Class EnvVariableFactory

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

public class EnvVariableFactory
extends java.lang.Object

A EnvVariableFactory is a factory for creating EnvVariable objects.


Constructor Summary
EnvVariableFactory(java.lang.String name, ValueEvaluator valueEvaluator)
           
 
Method Summary
 EnvVariable createEnvVariable(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvVariableFactory

public EnvVariableFactory(java.lang.String name,
                          ValueEvaluator valueEvaluator)
Method Detail

createEnvVariable

public EnvVariable createEnvVariable(ServiceContext context,
                                     Flow flow)