public abstract class CommandSupport
extends org.apache.karaf.shell.console.OsgiCommandSupport
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandSupport.Table |
| Constructor and Description |
|---|
CommandSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected FabClassPathResolver |
createFabResolver(org.osgi.framework.Bundle bundle) |
protected org.osgi.framework.Bundle |
getBundle(long id)
Get the bundle by id, printing a nice error message if the bundle id is invalid
|
protected org.osgi.framework.Bundle |
getBundle(String id)
Get the bundle by id, printing a nice error message if the bundle id is invalid
|
protected FabBundleInfo |
getFabBundleInfo(String url) |
protected FabResolver |
getFabResolver(String arg) |
protected FabResolverFactory |
getFabResolverFactory() |
protected FabResolverFactoryImpl.FabResolverImpl |
getFabResolverImpl(String arg) |
protected org.osgi.service.packageadmin.PackageAdmin |
getPackageAdmin() |
protected void |
println() |
protected void |
println(String msg,
Object... args) |
protected org.osgi.service.packageadmin.PackageAdmin getPackageAdmin()
protected FabResolverFactory getFabResolverFactory()
protected FabResolverFactoryImpl.FabResolverImpl getFabResolverImpl(String arg) throws MalformedURLException
MalformedURLExceptionprotected FabResolver getFabResolver(String arg) throws MalformedURLException
MalformedURLExceptionprotected void println()
protected FabClassPathResolver createFabResolver(org.osgi.framework.Bundle bundle) throws org.sonatype.aether.RepositoryException, IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException, org.osgi.framework.BundleException
org.sonatype.aether.RepositoryExceptionIOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionorg.osgi.framework.BundleExceptionprotected org.osgi.framework.Bundle getBundle(String id)
protected org.osgi.framework.Bundle getBundle(long id)
protected FabBundleInfo getFabBundleInfo(String url)
Copyright © 2011–2014 Red Hat. All rights reserved.