public class HelpSystem extends Object implements HelpProvider
Constructor and Description |
---|
HelpSystem() |
Modifier and Type | Method and Description |
---|---|
String |
getHelp(org.apache.felix.service.command.CommandSession session,
String path) |
List<HelpProvider> |
getProviders() |
void |
setContext(org.osgi.framework.BundleContext context) |
void |
start() |
void |
stop() |
public void setContext(org.osgi.framework.BundleContext context)
public void start()
public void stop()
public List<HelpProvider> getProviders()
public String getHelp(org.apache.felix.service.command.CommandSession session, String path)
getHelp
in interface HelpProvider
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.