Uses of Interface
org.apache.karaf.features.BundleInfo

Packages that use BundleInfo
org.apache.karaf.features   
org.apache.karaf.features.internal   
org.apache.karaf.features.obr.internal   
org.apache.karaf.webconsole.features   
 

Uses of BundleInfo in org.apache.karaf.features
 

Methods in org.apache.karaf.features that return types with arguments of type BundleInfo
 java.util.List<BundleInfo> Feature.getBundles()
           
 java.util.List<BundleInfo> Resolver.resolve(Feature feature)
           
 

Uses of BundleInfo in org.apache.karaf.features.internal
 

Classes in org.apache.karaf.features.internal that implement BundleInfo
 class BundleInfoImpl
          A holder of bundle info
 

Methods in org.apache.karaf.features.internal that return types with arguments of type BundleInfo
 java.util.List<BundleInfo> FeatureImpl.getBundles()
           
protected  java.util.List<BundleInfo> FeaturesServiceImpl.resolve(Feature feature)
           
 

Methods in org.apache.karaf.features.internal with parameters of type BundleInfo
 void FeatureImpl.addBundle(BundleInfo bundle)
           
protected  org.osgi.framework.Bundle FeaturesServiceImpl.installBundleIfNeeded(FeaturesServiceImpl.InstallationState state, BundleInfo bundleInfo, boolean verbose)
           
 

Uses of BundleInfo in org.apache.karaf.features.obr.internal
 

Methods in org.apache.karaf.features.obr.internal that return types with arguments of type BundleInfo
 java.util.List<BundleInfo> ObrResolver.resolve(Feature feature)
           
 

Uses of BundleInfo in org.apache.karaf.webconsole.features
 

Methods in org.apache.karaf.webconsole.features that return types with arguments of type BundleInfo
 java.util.List<BundleInfo> ExtendedFeature.getBundles()
           
 



Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.