|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |