| java.lang.Object joptsimple.OptionSpec
All known Subclasses: joptsimple.NoArgumentOptionSpec, joptsimple.ArgumentAcceptingOptionSpec,
OptionSpec | abstract class OptionSpec (Code) | | An option specification, which describes options that an option parser recognizes.
since: 1.0 author: Paul Holser version: $Id: OptionSpec.java,v 1.15 2007/04/10 20:06:25 pholser Exp $ |
OptionSpec | protected OptionSpec(String option)(Code) | | Creates an option spec.
since: 1.0 Parameters: option - option string this spec represents |
OptionSpec | protected OptionSpec(String option, String description)(Code) | | Creates an option spec.
since: 2.1 Parameters: option - option string this spec represents Parameters: description - describes the semantics of the option |
acceptsArguments | abstract boolean acceptsArguments()(Code) | | |
hashCode | public int hashCode()(Code) | | |
requiresArgument | abstract boolean requiresArgument()(Code) | | |
|
|