public abstract class ProcessUnusedBundles extends FabCommandSupport
CommandSupport.Table| Constructor and Description |
|---|
ProcessUnusedBundles() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addBundlesForDependency(DependencyTree dependency,
java.util.List<org.osgi.framework.Bundle> bundles) |
protected boolean |
bundleUsedByOtherBundles(org.osgi.framework.Bundle bundle,
java.util.Set<org.osgi.framework.Bundle> bundleSet) |
protected void |
doExecute(org.osgi.framework.Bundle bundle,
FabClassPathResolver resolver) |
protected abstract void |
processBundle(org.osgi.framework.Bundle bundle) |
doExecute, stopBundledoExecutecreateFabResolver, getBundle, getBundle, getFabBundleInfo, getFabResolver, getFabResolverFactory, getFabResolverImpl, getModuleRegistry, getPackageAdmin, println, printlnprotected void doExecute(org.osgi.framework.Bundle bundle,
FabClassPathResolver resolver)
throws java.lang.Exception
doExecute in class FabCommandSupportjava.lang.Exceptionprotected void addBundlesForDependency(DependencyTree dependency, java.util.List<org.osgi.framework.Bundle> bundles) throws java.io.IOException
java.io.IOExceptionprotected boolean bundleUsedByOtherBundles(org.osgi.framework.Bundle bundle,
java.util.Set<org.osgi.framework.Bundle> bundleSet)
protected abstract void processBundle(org.osgi.framework.Bundle bundle)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2014 Red Hat. All Rights Reserved.