JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
Package
picard.cmdline
Annotation Type NestedOptions
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
@Documented
public @interface
NestedOptions
Used to annotate a field in a CommandLineProgram that holds a instance containing @Option-annotated fields. To set a value for a nested option on the command line, use
.
=value.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
doc
Text that appears for this group of options in text describing usage of the command line program.
Element Detail
doc
String
doc
Text that appears for this group of options in text describing usage of the command line program.
Default:
""
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Field |
Required |
Optional
Detail:
Field |
Element