Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
D
E
H
J
K
N
O
P
R
S
T
V
W
A
accepts(String)
- Method in class joptsimple.
OptionParser
Tells the parser to recognize the given option.
accepts(String, String)
- Method in class joptsimple.
OptionParser
Tells the parser to recognize the given option.
acceptsAll(List)
- Method in class joptsimple.
OptionParser
Tells the parser to recognize the given options, and treat them as synonymous.
acceptsAll(List, String)
- Method in class joptsimple.
OptionParser
Tells the parser to recognize the given options, and treat them as synonymous.
ArgumentAcceptingOptionSpec
- Class in
joptsimple
Specification of an option that accepts an argument.
argumentOf(String)
- Method in class joptsimple.
OptionSet
Gives the argument associated with the given option.
argumentsOf(String)
- Method in class joptsimple.
OptionSet
Gives any arguments associated with the given option.
D
describedAs(String)
- Method in class joptsimple.
ArgumentAcceptingOptionSpec
Specifies a description for the argument of the option that this spec represents.
E
equals(Object)
- Method in class joptsimple.
ArgumentAcceptingOptionSpec
equals(Object)
- Method in class joptsimple.
OptionSet
equals(Object)
- Method in class joptsimple.util.
KeyValuePair
H
has(String)
- Method in class joptsimple.
OptionSet
Tells whether the given option was detected.
hasArgument(String)
- Method in class joptsimple.
OptionSet
Tells whether there are any arguments associated with the given option.
hashCode()
- Method in class joptsimple.
ArgumentAcceptingOptionSpec
hashCode()
- Method in class joptsimple.
OptionSet
hashCode()
- Method in class joptsimple.util.
KeyValuePair
J
joptsimple
- package joptsimple
joptsimple.util
- package joptsimple.util
K
key
- Variable in class joptsimple.util.
KeyValuePair
KeyValuePair
- Class in
joptsimple.util
A simple string key/string value pair.
N
nonOptionArguments()
- Method in class joptsimple.
OptionSet
Gives the detected non-option arguments.
O
ofType(Class)
- Method in class joptsimple.
ArgumentAcceptingOptionSpec
Specifies a type to which arguments of this spec's option are to be converted.
OptionException
- Exception in
joptsimple
Thrown when a problem occurs during option parsing.
OptionParser
- Class in
joptsimple
Parses command line arguments according to GNU's conventions.
OptionParser()
- Constructor for class joptsimple.
OptionParser
Creates an option parser that initially recognizes no options, and does not exhibit "POSIX-ly correct" behavior.
OptionParser(String)
- Constructor for class joptsimple.
OptionParser
Creates an option parser and configures it to recognize the short options specified in the given string.
options()
- Method in exception joptsimple.
OptionException
Gives the option being considered when the exception was created.
OptionSet
- Class in
joptsimple
Representation of a group of detected command line options, their arguments, and non-option arguments.
OptionSpecBuilder
- Class in
joptsimple
Wraps an option specification, and allows callers to specify whether the option accepts arguments (required or optional).
P
parse(String[])
- Method in class joptsimple.
OptionParser
Parses the given command line arguments according to the option specifications given to the parser.
posixlyCorrect(boolean)
- Method in class joptsimple.
OptionParser
Tells the parser whether or not to behave "POSIX-ly correct"-ly.
printHelpOn(OutputStream)
- Method in class joptsimple.
OptionParser
Writes information about the options this parser recognizes to the given output sink.
printHelpOn(Writer)
- Method in class joptsimple.
OptionParser
Writes information about the options this parser recognizes to the given output sink.
R
recognizeAlternativeLongOptions(boolean)
- Method in class joptsimple.
OptionParser
Tells the parser either to recognize or ignore
"-W"
-style long options.
S
setPosixlyCorrect(boolean)
- Method in class joptsimple.
OptionParser
Deprecated.
Use
OptionParser.posixlyCorrect(boolean)
instead.
T
toString()
- Method in class joptsimple.util.
KeyValuePair
V
value
- Variable in class joptsimple.util.
KeyValuePair
valueOf(String)
- Method in class joptsimple.
OptionSet
Gives the argument associated with the given option.
valueOf(String)
- Static method in class joptsimple.util.
KeyValuePair
Parses a string assumed to be of the form
key=value
into its parts.
valuesOf(String)
- Method in class joptsimple.
OptionSet
Gives any arguments associated with the given option.
W
wasDetected(String)
- Method in class joptsimple.
OptionSet
Deprecated.
Use
has
instead.
withOptionalArg()
- Method in class joptsimple.
OptionSpecBuilder
Informs an option parser that this builder's option accepts an optional argument.
withRequiredArg()
- Method in class joptsimple.
OptionSpecBuilder
Informs an option parser that this builder's option requires an argument.
withValuesSeparatedBy(char)
- Method in class joptsimple.
ArgumentAcceptingOptionSpec
Specifies a value separator for the argument of the option that this spec represents.
A
D
E
H
J
K
N
O
P
R
S
T
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
© Copyright 2004-2008 Paul R. Holser, Jr. All rights reserved. Licensed under the Academic Free License version 3.0. pholser@alumni.rice.edu