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

Packages that use Argument
uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandFormat Formatting command-line data-structures into lists of strings suitable for passing off to Process.exec. 
uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine Data-structures for representing command-lines. 
 

Uses of Argument in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandFormat
 

Method parameters in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandFormat with type arguments of type Argument
 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.
 

Uses of Argument in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine
 

Subclasses of Argument in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine
 class Option<Value>
          Command-line option.
 class Parameter<Value>
          A command-line parameter.
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine that return types with arguments of type Argument
 List<Argument<Value>> CommandLine.getArguments()
          Get the arguments list.
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine with parameters of type Argument
 void CommandLine.addArgument(Argument<Value> argument)
          Add an argument to the end of the arguments list.
static
<Value> CommandLine<Value>
CommandLines.commandLine(String workingDirectory, String executable, Argument<Value>... arguments)
           
 void CommandLine.removeArgument(Argument<Value> argument)
          Remove the first occurance of an argument from the arguments list.
 

Method parameters in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine with type arguments of type Argument
static
<Value> CommandLine<Value>
CommandLines.commandLine(String workingDirectory, String executable, List<Argument<Value>> arguments)
           
 void CommandLine.setArguments(List<Argument<Value>> arguments)
          Set the arguments list.
 

Constructors in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine with parameters of type Argument
CommandLine(String workingDirectory, String executable, Argument<Value>... arguments)
          Create a new instance with the specified property values.
 

Constructor parameters in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine with type arguments of type Argument
CommandLine(String workingDirectory, String executable, List<Argument<Value>> arguments)
          Create a new instance with the specified property values.
 



Copyright © 2006-2008. All Rights Reserved.