Uses of Class
aQute.bnd.osgi.Packages
-
Packages that use Packages Package Description aQute.bnd.build aQute.bnd.build.api aQute.bnd.osgi -
-
Uses of Packages in aQute.bnd.build
Methods in aQute.bnd.build that return Packages Modifier and Type Method Description PackagesProject. getContained()Get the contained packages calculated from all builders from the last buildPackagesProject. getExports()Get the exported packages form all builders calculated from the last buildPackagesProject. 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 Packages Modifier and Type Method Description PackagesArtifactInfo. getContained()Contained packagesPackagesArtifactInfo. getExports()Exported packagesPackagesArtifactInfo. getImports()Imported packages -
Uses of Packages in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return Packages Modifier and Type Method Description PackagesPackages. dup()PackagesAnalyzer. getClasspathExports()PackagesAnalyzer. getContained()PackagesAnalyzer. getExports()PackagesAnalyzer. getImports()PackagesAnalyzer. getReferred()Methods in aQute.bnd.osgi with parameters of type Packages Modifier and Type Method Description voidBuilder. cleanupVersion(Packages packages, java.lang.String defaultVersion)voidBuilder. cleanupVersion(Packages packages, java.lang.String defaultVersion, java.lang.String what)protected voidAnalyzer. doUses(Descriptors.PackageRef packageRef, Packages exports, java.util.Map<Descriptors.PackageRef,java.util.List<Descriptors.PackageRef>> uses, Packages imports)java.util.Collection<Descriptors.PackageRef>Analyzer. getPackages(Packages scope, java.lang.String... args)Constructors in aQute.bnd.osgi with parameters of type Packages Constructor Description Packages(Packages other)
-