Package org.apache.karaf.shell.console
Interface SubShell
-
- All Known Implementing Classes:
AnnotatedSubShell,BasicSubShell
@Deprecated public interface SubShell
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract 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
String getName()
Deprecated.Return the name of the command if used inside a shell.- Returns:
- The name of the command in the shell.
-
getDescription
String getDescription()
Deprecated.Return the description of the command which is used to generate command line help.- Returns:
- The description of the command in the shell.
-
getDetailedDescription
String getDetailedDescription()
Deprecated.Return a detailed description of the command.- Returns:
- The detailed description of the command in the shell.
-
-