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 Packages
Project. getContained()
Get the contained packages calculated from all builders from the last buildPackages
Project. getExports()
Get the exported packages form all builders calculated from the last buildPackages
Project. 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 Packages
ArtifactInfo. getContained()
Contained packagesPackages
ArtifactInfo. getExports()
Exported packagesPackages
ArtifactInfo. getImports()
Imported packages -
Uses of Packages in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return Packages Modifier and Type Method Description Packages
Packages. dup()
Packages
Analyzer. getClasspathExports()
Packages
Analyzer. getContained()
Packages
Analyzer. getExports()
Packages
Analyzer. getImports()
Packages
Analyzer. getReferred()
Methods in aQute.bnd.osgi with parameters of type Packages Modifier and Type Method Description void
Builder. cleanupVersion(Packages packages, java.lang.String defaultVersion)
void
Builder. cleanupVersion(Packages packages, java.lang.String defaultVersion, java.lang.String what)
protected void
Analyzer. 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)
-