org.apache.karaf.shell.console.commands
Class AnnotatedSubShell
java.lang.Object
org.apache.karaf.shell.console.commands.AnnotatedSubShell
- All Implemented Interfaces:
- SubShell
public class AnnotatedSubShell
- extends Object
- implements SubShell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotatedSubShell
public AnnotatedSubShell()
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
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
getDetailedDescription
public String getDetailedDescription()
- Description copied from interface:
SubShell
- Returns a detailed description of the command
- Specified by:
getDetailedDescription in interface SubShell
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.