Package org.apache.felix.gogo.commands
Annotation Type SubShell
-
@Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface SubShell
Deprecated.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionDeprecated.Return the description of the command which is used to generate command line help.StringdetailedDescriptionDeprecated.Return a detailed description of the command.
-
-
-
Element Detail
-
name
String name
Deprecated.Return the name of the command if used inside a shell.- Returns:
- The name of the command in the shell.
-
-
-
description
String description
Deprecated.Return the description of the command which is used to generate command line help.- Returns:
- The description of the command in the shell.
- Default:
- ""
-
-
-
detailedDescription
String detailedDescription
Deprecated.Return a detailed description of the command.- Returns:
- The detailed description of the command in the shell.
- Default:
- ""
-
-