org.apache.karaf.shell.console
Interface SubShell

All Known Implementing Classes:
AnnotatedSubShell, BasicSubShell

public interface SubShell


Method Summary
 String getDescription()
          Returns the description of the command which is used to generate command line help
 String getDetailedDescription()
          Returns a detailed description of the command
 String getName()
          Returns the name of the command if used inside a shell
 

Method Detail

getName

String getName()
Returns the name of the command if used inside a shell


getDescription

String getDescription()
Returns the description of the command which is used to generate command line help


getDetailedDescription

String getDetailedDescription()
Returns a detailed description of the command



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.