Package org.geotools.console
Annotation Interface Option
A command-line option.
- Since:
- 2.5
- Author:
- Martin Desruisseaux
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionA description of this option to be printed when the--help
option is provided.boolean
true
if this option is mandatory.The argument name.
-
Element Details
-
name
String nameThe argument name. The default is the same name than the field.- Returns:
- The argument name, or
""
for the default.
- Default:
- ""
-
mandatory
boolean mandatorytrue
if this option is mandatory. Options are optional by default.- Returns:
- Whatever this option is mandatory or optional.
- Default:
- false
-
description
String descriptionA description of this option to be printed when the--help
option is provided.- Returns:
- The description, or
""
for none.
- Default:
- ""
-