Uses of Class
aQute.bnd.osgi.Instructions
Packages that use Instructions
Package
Description
This package provides baseline support.
-
Uses of Instructions in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type InstructionsModifier and TypeMethodDescriptionvoidProject.copy(RepositoryPlugin source, Instructions filter, RepositoryPlugin destination) -
Uses of Instructions in aQute.bnd.differ
Fields in aQute.bnd.differ declared as InstructionsFields in aQute.bnd.differ with type parameters of type InstructionsModifier and TypeFieldDescription(package private) final Map<Descriptors.PackageRef,Instructions> JavaElement.providerMatcherMethods in aQute.bnd.differ with parameters of type InstructionsModifier and TypeMethodDescriptionBaseline.baseline(Jar newer, Jar older, Instructions packageFilters) This method compares a jar to a baseline jar and returns version suggestions if the baseline does not agree with the newer jar.Baseline.baseline(Tree n, Parameters nExports, Tree o, Parameters oExports, Instructions packageFilters) -
Uses of Instructions in aQute.bnd.main
Methods in aQute.bnd.main that return InstructionsMethods in aQute.bnd.main with parameters of type InstructionsModifier and TypeMethodDescriptionprivate voidBaselineCommands.baseline(BaselineCommands.baseLineOptions opts, Jar newer, Jar older, Instructions packages) -
Uses of Instructions in aQute.bnd.make
Fields in aQute.bnd.make declared as InstructionsMethods in aQute.bnd.make that return Instructions -
Uses of Instructions in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as InstructionsModifier and TypeFieldDescriptionstatic InstructionsInstructions.ALWAYSprivate InstructionsBuilder.defaultPreProcessMatcherprivate InstructionsVerifier.dynamicImports(package private) final InstructionsAnnotationHeaders.instructionsprivate InstructionsContracts.instructionsMethods in aQute.bnd.osgi that return InstructionsModifier and TypeMethodDescription(package private) InstructionsContracts.getFilter()private InstructionsBuilder.getPreProcessMatcher(Map<String, String> extra) Methods in aQute.bnd.osgi with parameters of type InstructionsModifier and TypeMethodDescriptionprivate voidprivate voidBuilder.doClassAttribute(Jar jar, String name, Map<String, String> extra, Instructions preprocess, boolean absentIsOk) private voidBuilder.doCommand(Jar jar, String source, String destination, Map<String, String> extra, Instructions preprocess, boolean absentIsOk) It is possible in Include-Resource to use a system command that generates the contents, this is indicated withcmdattribute.private Set<Instruction>Destructively filter the packages from the build up index.private voidprivate StringBuilder.doResourceDirectory(Jar jar, Map<String, String> extra, Instructions preprocess, File sourceFile, String destinationPath) (package private) PackagesAnalyzer.filter(Instructions instructions, Packages source, Set<Instruction> nomatch) Merge the attributes of two maps, where the first map can contain wildcarded names.private InstructionBuilder.matches(Instructions instructions, String pack, Set<Instruction> unused, String source) Matches the instructions against a package.Constructors in aQute.bnd.osgi with parameters of type InstructionsModifierConstructorDescription(package private)AnnotationHeaders(Analyzer analyzer, Instructions instructions) Instructions(Instructions other)