Uses of Class
uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine.CommandLine

Packages that use CommandLine
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.commandLine Data-structures for representing command-lines. 
uk.ac.ncl.cs.instantsoap.commandlineprocessor.variables Management of expressions involving sequences of variables and constants. 
 

Uses of CommandLine in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec that return CommandLine
 CommandLine<VariableExpression> Application.getCommandLine()
          Get the commandline pattern that must be filled out to execute this application.
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec with parameters of type CommandLine
 void Application.setCommandLine(CommandLine<VariableExpression> commandLine)
          Set the commandline pattern that must be filled out to execute this application.
static void Applications.validateCommandLine(CommandLine<VariableExpression> cLine)
           
 

Constructors in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec with parameters of type CommandLine
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 CommandLine in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution
 

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

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine that return CommandLine
static
<Value> CommandLine<Value>
CommandLines.commandLine(String workingDirectory, String executable, Argument<Value>... arguments)
           
static
<Value> CommandLine<Value>
CommandLines.commandLine(String workingDirectory, String executable, List<Argument<Value>> arguments)
           
 

Uses of CommandLine in uk.ac.ncl.cs.instantsoap.commandlineprocessor.variables
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.variables that return CommandLine
static CommandLine<String> VariableExpressions.substitute(Map<Variable,Constant> bindings, CommandLine<VariableExpression> cline)
           
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.variables with parameters of type CommandLine
static CommandLine<String> VariableExpressions.substitute(Map<Variable,Constant> bindings, CommandLine<VariableExpression> cline)
           
 



Copyright © 2006-2008. All Rights Reserved.