org.apache.karaf.shell.console.commands
Class BasicSubShell
java.lang.Object
org.apache.karaf.shell.console.commands.BasicSubShell
- All Implemented Interfaces:
- SubShell
public class BasicSubShell
- extends Object
- implements SubShell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicSubShell
public BasicSubShell()
getName
public String getName()
- Description copied from interface:
SubShell
- Returns the name of the command if used inside a shell
- Specified by:
getName in interface SubShell
setName
public void setName(String name)
getDescription
public String getDescription()
- Description copied from interface:
SubShell
- Returns the description of the command which is used to generate command line help
- Specified by:
getDescription in interface SubShell
setDescription
public void setDescription(String description)
getDetailedDescription
public String getDetailedDescription()
- Description copied from interface:
SubShell
- Returns a detailed description of the command
- Specified by:
getDetailedDescription in interface SubShell
setDetailedDescription
public void setDetailedDescription(String detailedDescription)
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.