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(java.lang.String id)
Get the bundle by id, printing a nice error message if the bundle id is invalid
|
protected FabBundleInfo |
getFabBundleInfo(java.lang.String url) |
protected FabResolver |
getFabResolver(java.lang.String arg) |
protected FabResolverFactory |
getFabResolverFactory() |
protected FabResolverFactoryImpl.FabResolverImpl |
getFabResolverImpl(java.lang.String arg) |
protected OsgiModuleRegistry |
getModuleRegistry() |
protected org.osgi.service.packageadmin.PackageAdmin |
getPackageAdmin() |
protected void |
println() |
protected void |
println(java.lang.String msg,
java.lang.Object... args) |
protected org.osgi.service.packageadmin.PackageAdmin getPackageAdmin()
protected FabResolverFactory getFabResolverFactory()
protected OsgiModuleRegistry getModuleRegistry()
protected FabResolverFactoryImpl.FabResolverImpl getFabResolverImpl(java.lang.String arg) throws java.net.MalformedURLException
java.net.MalformedURLExceptionprotected FabResolver getFabResolver(java.lang.String arg) throws java.net.MalformedURLException
java.net.MalformedURLExceptionprotected void println()
protected void println(java.lang.String msg,
java.lang.Object... args)
protected FabClassPathResolver createFabResolver(org.osgi.framework.Bundle bundle) throws org.sonatype.aether.RepositoryException, java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException, org.osgi.framework.BundleException
org.sonatype.aether.RepositoryExceptionjava.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionorg.osgi.framework.BundleExceptionprotected org.osgi.framework.Bundle getBundle(java.lang.String id)
protected org.osgi.framework.Bundle getBundle(long id)
protected FabBundleInfo getFabBundleInfo(java.lang.String url)
Copyright © 2016 Red Hat. All Rights Reserved.