Package org.apache.felix.bundleplugin
Class BundleInfo
java.lang.Object
org.apache.felix.bundleplugin.BundleInfo
Information result of the bundling process
- Version:
- $Id$
- Author:
- Carlos Sanchez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExportedPackage
(String packageName, org.apache.maven.artifact.Artifact artifact) Get a list of packages that are exported in more than one bundle.void
merge
(BundleInfo bundleInfo)
-
Constructor Details
-
BundleInfo
public BundleInfo()
-
-
Method Details