A C E G H I M N O P T

A

addBailOutOption(String, String, String) - Method in class org.freehep.util.commandline.CommandLine
Adds an option to be recognized by parse, without doing parameter or option checking.
addMultiOption(String, String, String) - Method in class org.freehep.util.commandline.CommandLine
Adds an option to be recognized by parse.
addOption(String, String, String) - Method in class org.freehep.util.commandline.CommandLine
Adds an option to be recognized by parse.
addOption(String, String, String[], String) - Method in class org.freehep.util.commandline.CommandLine
Adds an option to be recognized by parse.
addOption(String, String, String, String) - Method in class org.freehep.util.commandline.CommandLine
Adds an option to be recognized by parse.
addParameter(String, String) - Method in class org.freehep.util.commandline.CommandLine
Adds a parameter to be recognized by parse.

C

CommandLine - Class in org.freehep.util.commandline
CommandLine parses a command line for parameters and options.
CommandLine(String, String, int, boolean) - Constructor for class org.freehep.util.commandline.CommandLine
Creates a CommandLine object to be used for parsing a set of arguments
CommandLine(String, String, int) - Constructor for class org.freehep.util.commandline.CommandLine
Creates a CommandLine object to be used for parsing a set of arguments
CommandLine.Option - Class in org.freehep.util.commandline
Keeps option names and types.
CommandLine.Option(String, String, String) - Constructor for class org.freehep.util.commandline.CommandLine.Option
 
CommandLine.Option(String, String, String, boolean) - Constructor for class org.freehep.util.commandline.CommandLine.Option
 
CommandLine.Option(String, String, String[], String) - Constructor for class org.freehep.util.commandline.CommandLine.Option
 
CommandLine.Option(String, String, String, String) - Constructor for class org.freehep.util.commandline.CommandLine.Option
 
CommandLine.Option(String, String, String, String, boolean) - Constructor for class org.freehep.util.commandline.CommandLine.Option
 
CommandLine.Parameter - Class in org.freehep.util.commandline
Keeps mandatory and optional parameter names.
CommandLine.Parameter(String, String, boolean) - Constructor for class org.freehep.util.commandline.CommandLine.Parameter
 
CommandLineException - Exception in org.freehep.util.commandline
Superclass of all Command Line exceptions.
CommandLineException(String) - Constructor for exception org.freehep.util.commandline.CommandLineException
 

E

enableChecking(boolean) - Method in class org.freehep.util.commandline.CommandLine
enables checking of the options and parameters

G

getArgument(String) - Method in class org.freehep.util.commandline.CommandLine
 
getArguments() - Method in class org.freehep.util.commandline.CommandLine
 
getDescription() - Method in class org.freehep.util.commandline.CommandLine
 
getDescription() - Method in class org.freehep.util.commandline.CommandLine.Option
 
getDescription() - Method in class org.freehep.util.commandline.CommandLine.Parameter
 
getException() - Method in class org.freehep.util.commandline.CommandLine
 
getHelp() - Method in class org.freehep.util.commandline.CommandLine
Get the help message, suitable for printing in response to a -help option
getMultiOption(String) - Method in class org.freehep.util.commandline.CommandLine
 
getName() - Method in class org.freehep.util.commandline.CommandLine
 
getName() - Method in class org.freehep.util.commandline.CommandLine.Option
 
getName() - Method in class org.freehep.util.commandline.CommandLine.Parameter
 
getOption(String) - Method in class org.freehep.util.commandline.CommandLine
 
getOption(String, String) - Method in class org.freehep.util.commandline.CommandLine
 
getOptions() - Method in class org.freehep.util.commandline.CommandLine
 
getParameters() - Method in class org.freehep.util.commandline.CommandLine
 
getQualifiers() - Method in class org.freehep.util.commandline.CommandLine.Option
 
getShortName() - Method in class org.freehep.util.commandline.CommandLine.Option
 
getString() - Method in class org.freehep.util.commandline.CommandLine.Option
 
getUnparsedArguments() - Method in class org.freehep.util.commandline.CommandLine
 
getValue() - Method in class org.freehep.util.commandline.CommandLine.Option
 

H

hasOption(String) - Method in class org.freehep.util.commandline.CommandLine
 

I

isBailOut() - Method in class org.freehep.util.commandline.CommandLine.Option
 
isLegalOption(String) - Method in class org.freehep.util.commandline.CommandLine
 
isMulti() - Method in class org.freehep.util.commandline.CommandLine.Option
 
isOptional() - Method in class org.freehep.util.commandline.CommandLine.Parameter
 

M

MissingArgumentException - Exception in org.freehep.util.commandline
Too few arguments were provided.
MissingArgumentException(String) - Constructor for exception org.freehep.util.commandline.MissingArgumentException
 
MissingArgumentException() - Constructor for exception org.freehep.util.commandline.MissingArgumentException
 

N

NoSuchOptionException - Exception in org.freehep.util.commandline
Option does not exist, or an ampty option is provided.
NoSuchOptionException(String) - Constructor for exception org.freehep.util.commandline.NoSuchOptionException
 
NoSuchOptionException() - Constructor for exception org.freehep.util.commandline.NoSuchOptionException
 
NoSuchQualifierException - Exception in org.freehep.util.commandline
Qualifier does not exist.
NoSuchQualifierException(String) - Constructor for exception org.freehep.util.commandline.NoSuchQualifierException
 
NoSuchQualifierException() - Constructor for exception org.freehep.util.commandline.NoSuchQualifierException
 

O

org.freehep.util.commandline - package org.freehep.util.commandline
CommandLine parses a command line for parameters and options.

P

parse(String[]) - Method in class org.freehep.util.commandline.CommandLine
Parses the supplied arguments.

T

TooManyArgumentsException - Exception in org.freehep.util.commandline
Too many arguments were provided.
TooManyArgumentsException(String) - Constructor for exception org.freehep.util.commandline.TooManyArgumentsException
 
TooManyArgumentsException() - Constructor for exception org.freehep.util.commandline.TooManyArgumentsException
 
toString() - Method in class org.freehep.util.commandline.CommandLine
 

A C E G H I M N O P T

Copyright © 2000-2006 FreeHEP. All Rights Reserved.