Uses of Class
aQute.bnd.osgi.Packages
Packages that use Packages
-
Uses of Packages in aQute.bnd.build
Methods in aQute.bnd.build that return PackagesModifier and TypeMethodDescriptionProject.getContained()
Get the contained packages calculated from all builders from the last buildProject.getExports()
Get the exported packages form all builders calculated from the last buildProject.getImports()
Get the imported packages from all builders calculated from the last build -
Uses of Packages in aQute.bnd.build.api
Methods in aQute.bnd.build.api that return PackagesModifier and TypeMethodDescriptionArtifactInfo.getContained()
Contained packagesArtifactInfo.getExports()
Exported packagesArtifactInfo.getImports()
Imported packages -
Uses of Packages in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return PackagesModifier and TypeMethodDescriptionPackages.dup()
Analyzer.getClasspathExports()
Analyzer.getContained()
Analyzer.getExports()
Analyzer.getImports()
Analyzer.getReferred()
Methods in aQute.bnd.osgi with parameters of type PackagesModifier and TypeMethodDescriptionvoid
Builder.cleanupVersion
(Packages packages, String defaultVersion) void
Builder.cleanupVersion
(Packages packages, String defaultVersion, String what) protected void
Analyzer.doUses
(Descriptors.PackageRef packageRef, Packages exports, Map<Descriptors.PackageRef, List<Descriptors.PackageRef>> uses, Packages imports) Analyzer.getPackages
(Packages scope, String... args) Constructors in aQute.bnd.osgi with parameters of type Packages