org.apache.karaf.shell.web
Class WebListCommand
java.lang.Object
org.apache.karaf.shell.console.AbstractAction
org.apache.karaf.shell.console.OsgiCommandSupport
org.apache.karaf.shell.web.WebListCommand
- All Implemented Interfaces:
- Action, BundleContextAware
public class WebListCommand
- extends OsgiCommandSupport
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebListCommand
public WebListCommand()
doExecute
protected java.lang.Object doExecute()
- Specified by:
doExecute
in class AbstractAction
getStateString
public java.lang.String getStateString(org.osgi.framework.Bundle bundle)
getWebStateString
public java.lang.String getWebStateString(org.osgi.framework.Bundle bundle)
setStartLevelService
public void setStartLevelService(org.osgi.service.startlevel.StartLevel startLevelService)
- Parameters:
startLevelService
- the startLevelService to set
getStartLevelService
public org.osgi.service.startlevel.StartLevel getStartLevelService()
- Returns:
- the startLevelService
setEventHandler
public void setEventHandler(WebEventHandler eventHandler)
- Parameters:
eventHandler
- the eventHandler to set
getEventHandler
public WebEventHandler getEventHandler()
- Returns:
- the eventHandler
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.