Package org.geotools.console
Annotation Type Option
-
@Documented @Retention(RUNTIME) @Target(FIELD) public @interface Option
A command-line option.- Since:
- 2.5
- Author:
- Martin Desruisseaux
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionA description of this option to be printed when the--helpoption is provided.booleanmandatorytrueif this option is mandatory.StringnameThe argument name.
-
-
-
Element Detail
-
name
String name
The argument name. The default is the same name than the field.- Returns:
- The argument name, or
""for the default.
- Default:
- ""
-
-
-
description
String description
A description of this option to be printed when the--helpoption is provided.- Returns:
- The description, or
""for none.
- Default:
- ""
-
-