Package org.apache.felix.gogo.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 String
DEFAULT
Deprecated.static String
DEFAULT_STRING
Deprecated.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
description
Deprecated.int
index
Deprecated.boolean
multiValued
Deprecated.String
name
Deprecated.boolean
required
Deprecated.String
valueToShowInHelp
Deprecated.
-
-
-
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"
-
-