public abstract class AbstractBundleCommand
extends org.apache.karaf.shell.console.OsgiCommandSupport
| Constructor and Description |
|---|
AbstractBundleCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doExecute() |
protected abstract void |
doExecute(org.osgi.framework.Bundle bundle) |
protected org.osgi.service.packageadmin.PackageAdmin |
getPackageAdmin() |
protected Map<String,org.osgi.framework.Bundle> |
getWiredBundles(org.osgi.framework.Bundle bundle) |
protected Object doExecute() throws Exception
doExecute in class org.apache.karaf.shell.console.AbstractActionExceptionprotected abstract void doExecute(org.osgi.framework.Bundle bundle)
throws Exception
Exceptionprotected Map<String,org.osgi.framework.Bundle> getWiredBundles(org.osgi.framework.Bundle bundle)
protected org.osgi.service.packageadmin.PackageAdmin getPackageAdmin()
Copyright © 2007-2014 FuseSource, Corp.. All Rights Reserved.