Uses of Interface
uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution.CommandExecutionStrategy

Packages that use CommandExecutionStrategy
uk.ac.ncl.cs.instantsoap.commandlineprocessor Processing and executing command-lines. 
uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution Handle executing command-lines, managing the native process and inputs and outputs. 
 

Uses of CommandExecutionStrategy in uk.ac.ncl.cs.instantsoap.commandlineprocessor
 

Constructors in uk.ac.ncl.cs.instantsoap.commandlineprocessor with parameters of type CommandExecutionStrategy
CommandLineProcessor(CommandExecutionStrategy commandExecutionStrategy, ParameterRenamer parameterRenamer, CommandFormatter commandFormatter)
          Construct a new command line processor with the specified configuration objects.
 

Uses of CommandExecutionStrategy in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution
 

Classes in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution that implement CommandExecutionStrategy
 class ExecuteLocally
          A default implementation of a CommandExecutionStrategy that uses Process.exec().
 



Copyright © 2006-2008. All Rights Reserved.