public class BundleFeatureMapper
extends java.lang.Object
| Constructor and Description |
|---|
BundleFeatureMapper() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.ArrayList<java.lang.String> |
getRequiredBundleIDs(org.osgi.framework.Bundle bundle)
Gets the ID of all required bundles for the specified bundle.
|
static java.util.Vector<FeatureInfo> |
getRequiredFeaturesForBundle(org.osgi.framework.Bundle bundle)
Returns the required features for the specified bundle.
|
static java.util.Vector<FeatureInfo> |
getRequiredFeaturesForBundleVector(java.util.Vector<org.osgi.framework.Bundle> bundleVector)
Returns the required features for the specified vector of bundles.
|
static java.util.Vector<FeatureInfo> |
getRequiredFeaturesForProject(Project project)
Returns the required features for the specified project.
|
public static java.util.Vector<FeatureInfo> getRequiredFeaturesForProject(Project project)
project - the projectpublic static java.util.Vector<FeatureInfo> getRequiredFeaturesForBundleVector(java.util.Vector<org.osgi.framework.Bundle> bundleVector)
bundleVector - the bundle vectorpublic static java.util.Vector<FeatureInfo> getRequiredFeaturesForBundle(org.osgi.framework.Bundle bundle)
bundle - the bundlepublic static java.util.ArrayList<java.lang.String> getRequiredBundleIDs(org.osgi.framework.Bundle bundle)
bundle - the bundle to evaluate