com.servingxml.components.command
Class CommandSourceFactory

java.lang.Object
  extended by com.servingxml.components.command.CommandSourceFactory
All Implemented Interfaces:
StreamSourceFactory

public class CommandSourceFactory
extends java.lang.Object
implements StreamSourceFactory


Constructor Summary
CommandSourceFactory(SubstitutionExpr dirResolver, EnvVariableFactory[] envVariableFactories, Command command, CommandArg[] commandArgs, java.nio.charset.Charset charset)
           
 
Method Summary
 StreamSource createStreamSource(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandSourceFactory

public CommandSourceFactory(SubstitutionExpr dirResolver,
                            EnvVariableFactory[] envVariableFactories,
                            Command command,
                            CommandArg[] commandArgs,
                            java.nio.charset.Charset charset)
Method Detail

createStreamSource

public StreamSource createStreamSource(ServiceContext context,
                                       Flow flow)
Specified by:
createStreamSource in interface StreamSourceFactory