Uses of Class
org.apache.felix.bundleplugin.BundleInfo
-
Packages that use BundleInfo Package Description org.apache.felix.bundleplugin -
-
Uses of BundleInfo in org.apache.felix.bundleplugin
Methods in org.apache.felix.bundleplugin that return BundleInfo Modifier and Type Method Description private BundleInfo
BundleAllPlugin. addExportedPackages(org.apache.maven.project.MavenProject project, java.util.Collection packages)
Deprecated.protected BundleInfo
BundleAllPlugin. bundle(org.apache.maven.project.MavenProject project)
Deprecated.Bundle one project only without building its childreprivate BundleInfo
BundleAllPlugin. bundleAll(org.apache.maven.project.MavenProject project)
Deprecated.Bundle a project and all its dependenciesprotected BundleInfo
BundleAllPlugin. bundleAll(org.apache.maven.project.MavenProject project, int maxDepth)
Deprecated.Bundle a project and its transitive dependencies up to some depth levelprivate BundleInfo
BundleAllPlugin. bundleRoot(org.apache.maven.project.MavenProject project, BundleInfo bundleInfo)
Deprecated.Bundle the root of a dependency tree after all its children have been bundledMethods in org.apache.felix.bundleplugin with parameters of type BundleInfo Modifier and Type Method Description private BundleInfo
BundleAllPlugin. bundleRoot(org.apache.maven.project.MavenProject project, BundleInfo bundleInfo)
Deprecated.Bundle the root of a dependency tree after all its children have been bundledprotected void
BundleAllPlugin. logDuplicatedPackages(BundleInfo bundleInfo)
Deprecated.Log what packages are exported in more than one bundlevoid
BundleInfo. merge(BundleInfo bundleInfo)
-