org.apache.karaf.shell.console.help
Class SubShellHelpProvider

java.lang.Object
  extended by org.apache.karaf.shell.console.help.SubShellHelpProvider
All Implemented Interfaces:
HelpProvider

public class SubShellHelpProvider
extends Object
implements HelpProvider


Constructor Summary
SubShellHelpProvider()
           
 
Method Summary
 String getHelp(org.apache.felix.service.command.CommandSession session, String path)
           
protected  String loadDescription(org.osgi.framework.Bundle bundle, String desc)
           
 void setContext(org.osgi.framework.BundleContext context)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubShellHelpProvider

public SubShellHelpProvider()
Method Detail

setContext

public void setContext(org.osgi.framework.BundleContext context)

start

public void start()

stop

public void stop()

getHelp

public String getHelp(org.apache.felix.service.command.CommandSession session,
                      String path)
Specified by:
getHelp in interface HelpProvider

loadDescription

protected String loadDescription(org.osgi.framework.Bundle bundle,
                                 String desc)


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