Package org.apache.karaf.shell.commands
Annotation Type Option
-
@Retention(RUNTIME) @Target(FIELD) @Deprecated public @interface Option
Deprecated.Used to mark an optional named command line option who's name typically starts with "--"
-
-
Field Summary
Fields Modifier and Type Fields Description static StringDEFAULT_STRINGDeprecated.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]aliasesDeprecated.StringdescriptionDeprecated.booleanmultiValuedDeprecated.booleanrequiredDeprecated.StringvalueToShowInHelpDeprecated.
-