|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandFormatter | |
|---|---|
| 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. |
| uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandFormat | Formatting command-line data-structures into lists of strings suitable for passing off to Process.exec. |
| Uses of CommandFormatter in uk.ac.ncl.cs.instantsoap.commandlineprocessor |
|---|
| Constructors in uk.ac.ncl.cs.instantsoap.commandlineprocessor with parameters of type CommandFormatter | |
|---|---|
CommandLineProcessor(CommandExecutionStrategy commandExecutionStrategy,
ParameterRenamer parameterRenamer,
CommandFormatter commandFormatter)
Construct a new command line processor with the specified configuration objects. |
|
| Uses of CommandFormatter in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution |
|---|
| Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution with parameters of type CommandFormatter | |
|---|---|
Map<String,String> |
ExecuteLocally.execute(CommandFormatter formatter,
CommandFormat format,
CommandLine<String> command,
Map<String,String> inputs)
|
Map<String,String> |
CommandExecutionStrategy.execute(CommandFormatter formatter,
CommandFormat format,
CommandLine<String> command,
Map<String,String> inputs)
Execute a command. |
| Uses of CommandFormatter in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandFormat |
|---|
| Classes in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandFormat that implement CommandFormatter | |
|---|---|
class |
DefaultFormatter
Simplest application of a format to a list of arguments. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||