Package | Description |
---|---|
joptsimple | |
joptsimple.util |
Class and Description |
---|
AbstractOptionSpec |
ArgumentAcceptingOptionSpec
Specification of an option that accepts an argument.
|
HelpFormatter
Represents objects charged with taking a set of option descriptions and producing some help text from them.
|
NonOptionArgumentSpec
Specification of a command line's non-option arguments.
|
OptionDeclarer
Trains the option parser.
|
OptionDescriptor
Describes options that an option parser recognizes, in ways that might be useful to help screens.
|
OptionSet
Representation of a group of detected command line options, their arguments, and non-option arguments.
|
OptionSpec
Describes options that an option parser recognizes.
|
OptionSpecBuilder
Allows callers to specify whether a given option accepts arguments (required or optional).
|
ValueConverter
Instances of this interface are used to convert arguments of options into specific Java types.
|
Class and Description |
---|
ValueConverter
Instances of this interface are used to convert arguments of options into specific Java types.
|
© Copyright 2004-2016 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License.