Uses of Class
aQute.bnd.osgi.Packages
-
Packages that use Packages Package Description aQute.bnd.build aQute.bnd.build.api aQute.bnd.differ This package provides baseline support.aQute.bnd.osgi aQute.bnd.plugin.jpms -
-
Uses of Packages in aQute.bnd.build
Fields in aQute.bnd.build declared as Packages Modifier and Type Field Description (package private) Packages
ProjectBuilder.ArtifactInfoImpl. contained
(package private) Packages
Project. containedPackages
(package private) Packages
Project. exportedPackages
(package private) Packages
ProjectBuilder.ArtifactInfoImpl. exports
(package private) Packages
Project. importedPackages
(package private) Packages
ProjectBuilder.ArtifactInfoImpl. imports
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
ProjectBuilder.ArtifactInfoImpl. getContained()
Packages
Project. getExports()
Get the exported packages form all builders calculated from the last buildPackages
ProjectBuilder.ArtifactInfoImpl. getExports()
Packages
Project. getImports()
Get the imported packages from all builders calculated from the last buildPackages
ProjectBuilder.ArtifactInfoImpl. getImports()
Methods in aQute.bnd.build with parameters of type Packages Modifier and Type Method Description private void
ProjectBuilder. xrefClasspath(java.util.Map<java.lang.String,Container> unreferencedClasspathEntries, Packages packages)
-
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.differ
Fields in aQute.bnd.differ declared as Packages Modifier and Type Field Description (package private) Packages
JavaElement. exports
-
Uses of Packages in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Packages Modifier and Type Field Description private Packages
Analyzer. classpathExports
private Packages
Analyzer. contained
private Packages
Analyzer. exports
private Packages
Analyzer. imports
private Packages
Analyzer. referred
Methods in aQute.bnd.osgi that return Packages Modifier and Type Method Description (package private) Packages
Analyzer. doExportsToImports(Packages exports)
We will add all exports to the imports unless there is a -noimport directive specified on an export.Packages
Packages. dup()
(package private) Packages
Analyzer. filter(Instructions instructions, Packages source, java.util.Set<Instruction> nomatch)
Merge the attributes of two maps, where the first map can contain wildcarded names.Packages
Analyzer. getClasspathExports()
Packages
Analyzer. getContained()
Packages
Analyzer. getExports()
Packages
Analyzer. getImports()
Packages
Analyzer. getReferred()
Methods in aQute.bnd.osgi that return types with arguments of type Packages Modifier and Type Method Description (package private) Pair<Packages,Parameters>
Analyzer. divideRegularAndDynamicImports()
Methods in aQute.bnd.osgi with parameters of type Packages Modifier and Type Method Description (package private) void
Analyzer. augmentExports(Packages exports)
Provide any macro substitutions and versions for exported packages.(package private) void
Analyzer. augmentImports(Packages imports, Packages exports)
Find some more information about imports in manifest and other places.void
Builder. cleanupVersion(Packages packages, java.lang.String defaultVersion)
void
Builder. cleanupVersion(Packages packages, java.lang.String defaultVersion, java.lang.String what)
(package private) Packages
Analyzer. doExportsToImports(Packages exports)
We will add all exports to the imports unless there is a -noimport directive specified on an export.protected void
Analyzer. doUses(Descriptors.PackageRef packageRef, Packages exports, java.util.Map<Descriptors.PackageRef,java.util.List<Descriptors.PackageRef>> uses, Packages imports)
(package private) void
Analyzer. doUses(Packages exports, java.util.Map<Descriptors.PackageRef,java.util.List<Descriptors.PackageRef>> uses, Packages imports)
Add the uses clauses.(package private) Packages
Analyzer. filter(Instructions instructions, Packages source, java.util.Set<Instruction> nomatch)
Merge the attributes of two maps, where the first map can contain wildcarded names.private void
Analyzer. getManifestInfoFromClasspath(Jar jar, Packages classpathExports, Contracts contracts)
java.util.Collection<Descriptors.PackageRef>
Analyzer. getPackages(Packages scope, java.lang.String... args)
private void
Analyzer. learnPackage(Jar jar, java.lang.String prefix, Descriptors.PackageRef packageRef, Packages map)
(package private) void
Analyzer. removeDynamicImports(Packages referredAndExported)
Discussed with BJ and decided to kill the .Constructors in aQute.bnd.osgi with parameters of type Packages Constructor Description Packages(Packages other)
-
Uses of Packages in aQute.bnd.plugin.jpms
Methods in aQute.bnd.plugin.jpms with parameters of type Packages Modifier and Type Method Description private void
JPMSModuleInfoPlugin. requires(java.util.Map.Entry<java.lang.String,Attrs> instruction, Analyzer analyzer, Packages index, Parameters moduleInfoOptions, ModuleInfoBuilder builder)
-