All Classes
-
All Classes Class Summary Exception Summary Annotation Types Summary Class Description Option Indicates that the annotated field is set via a command-line option.OptionGroup Indicates which@Option
-annotated fields are part of an option group — a related set of user-visible features.Options The Options class: parses command-line options and sets fields in your program accordingly, creates usage messages (such as printed by a--help
option), and creates documentation suitable for a manual or manpage.Options.ArgException Indicates an exception encountered during argument processing.OptionsDoclet Generates HTML documentation of command-line options, for use in a manual or in a Javadoc class comment.Unpublicized Indicates a field that can be set by a command-line option, but that command-line option is unpublicized: it is not included in the usage message.