Package org.apache.karaf.shell.commands
Annotation Type Argument
-
@Retention(RUNTIME) @Target(FIELD) @Deprecated public @interface Argument
Deprecated.Represents a positional argument on a command line (as opposed to an optional namedOption
-
-
Field Summary
Fields Modifier and Type Fields Description static StringDEFAULTDeprecated.static StringDEFAULT_STRINGDeprecated.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionDeprecated.intindexDeprecated.booleanmultiValuedDeprecated.StringnameDeprecated.booleanrequiredDeprecated.StringvalueToShowInHelpDeprecated.
-
-
-
Field Detail
-
DEFAULT_STRING
static final String DEFAULT_STRING
Deprecated.
-
-
-
DEFAULT
static final String DEFAULT
Deprecated.
-
-
Element Detail
-
name
String name
Deprecated.- Default:
- "##default"
-
-
-
description
String description
Deprecated.- Default:
- ""
-
-
-
valueToShowInHelp
String valueToShowInHelp
Deprecated.- Default:
- "DEFAULT"
-
-