Class BasicSubShell
- java.lang.Object
-
- org.apache.karaf.shell.console.commands.BasicSubShell
-
- All Implemented Interfaces:
SubShell
@Deprecated public class BasicSubShell extends Object implements SubShell
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description BasicSubShell()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.voidsetDescription(String description)Deprecated.voidsetDetailedDescription(String detailedDescription)Deprecated.voidsetName(String name)Deprecated.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated.Description copied from interface:SubShellReturn the name of the command if used inside a shell.
-
setName
public void setName(String name)
Deprecated.
-
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.
-
setDescription
public void setDescription(String description)
Deprecated.
-
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.
-
setDetailedDescription
public void setDetailedDescription(String detailedDescription)
Deprecated.
-
-