org.apache.felix.bundleplugin

Class BundleInfo

public class BundleInfo extends Object

Information result of the bundling process

Version: $Id: BundleInfo.java 616192 2008-01-29 07:45:57Z mcculls $

Author: Carlos Sanchez

Method Summary
voidaddExportedPackage(String packageName, Artifact artifact)
MapgetDuplicatedExports()
Get a list of packages that are exported in more than one bundle.
protected MapgetExportedPackages()
voidmerge(BundleInfo bundleInfo)

Method Detail

addExportedPackage

public void addExportedPackage(String packageName, Artifact artifact)

getDuplicatedExports

public Map getDuplicatedExports()
Get a list of packages that are exported in more than one bundle. Key is package name and value list of artifacts where it's exported.

Returns: Map < String, Set < Artifact > >

getExportedPackages

protected Map getExportedPackages()

merge

public void merge(BundleInfo bundleInfo)
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.