Uses of Class
uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandFormat.CommandFormat

Packages that use CommandFormat
uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec Specification for a complete application. 
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 CommandFormat in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec that return CommandFormat
 CommandFormat Application.getCommandFormat()
          Get the application command format.
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec with parameters of type CommandFormat
 void Application.setCommandFormat(CommandFormat commandFormat)
          Set the application command format.
static void Applications.validateCommandFormat(CommandFormat cFormat)
           
 

Constructors in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec with parameters of type CommandFormat
Application(MetaData applicationMetaData, CommandFormat commandFormat, CommandLine<VariableExpression> commandLine, Set<Input> inputs, Set<Output> outputs)
          Create a new application with all properties set to the given values.
 

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

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution with parameters of type CommandFormat
 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 CommandFormat in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandFormat
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandFormat with parameters of type CommandFormat
 List<String> DefaultFormatter.format(CommandFormat format, List<Argument<String>> args)
           
 List<String> CommandFormatter.format(CommandFormat format, List<Argument<String>> args)
          Convert a command format and a list of string arguments into a list of strings making up all of the individual components of a command line.
 



Copyright © 2006-2008. All Rights Reserved.