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

Packages that use Option
uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine Data-structures for representing command-lines. 
 

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

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine that return Option
static
<Value> Option<Value>
CommandLines.option(String letter)
           
static
<Value> Option<Value>
CommandLines.option(String letter, String name, List<Value> values)
           
static
<Value> Option<Value>
CommandLines.option(String letter, String name, Value... values)
           
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine with parameters of type Option
 void Argument.ArgumentVisitor.handle(Option<Value> o)
          Handle the case of an option.
 



Copyright © 2006-2008. All Rights Reserved.