Uses of Class
aQute.bnd.osgi.Packages
-
Packages that use Packages Package Description aQute.bnd.build 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) PackagesProject. containedPackages(package private) PackagesProject. exportedPackages(package private) PackagesProject. importedPackagesMethods 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 buildMethods in aQute.bnd.build with parameters of type Packages Modifier and Type Method Description private voidProjectBuilder. xrefClasspath(java.util.Map<java.lang.String,Container> unreferencedClasspathEntries, Packages packages) -
Uses of Packages in aQute.bnd.differ
Fields in aQute.bnd.differ declared as Packages Modifier and Type Field Description (package private) PackagesJavaElement. exports -
Uses of Packages in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Packages Modifier and Type Field Description private PackagesAnalyzer. classpathExportsprivate PackagesAnalyzer. containedprivate PackagesAnalyzer. exportsprivate PackagesAnalyzer. importsprivate PackagesAnalyzer. referredMethods in aQute.bnd.osgi that return Packages Modifier and Type Method Description (package private) PackagesAnalyzer. doExportsToImports(Packages exports)We will add all exports to the imports unless there is a -noimport directive specified on an export.(package private) PackagesAnalyzer. filter(Instructions instructions, Packages source, java.util.Set<Instruction> nomatch)Merge the attributes of two maps, where the first map can contain wildcarded names.PackagesAnalyzer. getClasspathExports()PackagesAnalyzer. getContained()PackagesAnalyzer. getExports()PackagesAnalyzer. getImports()PackagesAnalyzer. 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) voidAnalyzer. augmentExports(Packages exports)Provide any macro substitutions and versions for exported packages.(package private) voidAnalyzer. augmentImports(Packages imports, Packages exports)Find some more information about imports in manifest and other places.voidBuilder. cleanupVersion(Packages packages, java.lang.String defaultVersion)voidBuilder. cleanupVersion(Packages packages, java.lang.String defaultVersion, java.lang.String what)(package private) PackagesAnalyzer. doExportsToImports(Packages exports)We will add all exports to the imports unless there is a -noimport directive specified on an export.protected voidAnalyzer. doUses(Descriptors.PackageRef packageRef, Packages exports, java.util.Map<Descriptors.PackageRef,java.util.List<Descriptors.PackageRef>> uses, Packages imports)(package private) voidAnalyzer. doUses(Packages exports, java.util.Map<Descriptors.PackageRef,java.util.List<Descriptors.PackageRef>> uses, Packages imports)Add the uses clauses.(package private) PackagesAnalyzer. 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 voidAnalyzer. getManifestInfoFromClasspath(Jar jar, Packages classpathExports, Contracts contracts)java.util.Collection<Descriptors.PackageRef>Analyzer. getPackages(Packages scope, java.lang.String... args)private voidAnalyzer. learnPackage(Jar jar, java.lang.String prefix, Descriptors.PackageRef packageRef, Packages map)(package private) voidAnalyzer. 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 voidJPMSModuleInfoPlugin. requires(java.util.Map.Entry<java.lang.String,Attrs> instruction, Analyzer analyzer, Packages index, Parameters moduleInfoOptions, ModuleInfoBuilder builder)
-