Class AnnotatedSubShell
- java.lang.Object
-
- org.apache.karaf.shell.console.commands.AnnotatedSubShell
-
- All Implemented Interfaces:
SubShell
@Deprecated public class AnnotatedSubShell extends Object implements SubShell
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AnnotatedSubShell()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetDescription()Deprecated.Return the description of the command which is used to generate command line help.StringgetDetailedDescription()Deprecated.Return a detailed description of the command.StringgetName()Deprecated.Return the name of the command if used inside a shell.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated.Description copied from interface:SubShellReturn the name of the command if used inside a shell.
-
getDescription
public String getDescription()
Deprecated.Description copied from interface:SubShellReturn the description of the command which is used to generate command line help.- Specified by:
getDescriptionin interfaceSubShell- Returns:
- The description of the command in the shell.
-
getDetailedDescription
public String getDetailedDescription()
Deprecated.Description copied from interface:SubShellReturn a detailed description of the command.- Specified by:
getDetailedDescriptionin interfaceSubShell- Returns:
- The detailed description of the command in the shell.
-
-