com.servingxml.components.command
Class CommandSourceFactoryAssembler

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

public class CommandSourceFactoryAssembler
extends java.lang.Object


Constructor Summary
CommandSourceFactoryAssembler()
           
 
Method Summary
 StreamSourceFactory assemble(ConfigurationContext context)
           
 void injectComponent(Command command)
           
 void injectComponent(CommandArg[] commandArgs)
           
 void injectComponent(EnvVariableFactory[] envVariableFactories)
           
 void setDirectory(java.lang.String directory)
           
 void setEncoding(java.lang.String charsetName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandSourceFactoryAssembler

public CommandSourceFactoryAssembler()
Method Detail

setDirectory

public void setDirectory(java.lang.String directory)

setEncoding

public void setEncoding(java.lang.String charsetName)

injectComponent

public void injectComponent(EnvVariableFactory[] envVariableFactories)

injectComponent

public void injectComponent(Command command)

injectComponent

public void injectComponent(CommandArg[] commandArgs)

assemble

public StreamSourceFactory assemble(ConfigurationContext context)