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 TypeMethodDescriptionvoid
Project.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.providerMatcher
Methods 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 void
BaselineCommands.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 Instructions
Instructions.ALWAYS
private Instructions
Builder.defaultPreProcessMatcher
private Instructions
Verifier.dynamicImports
(package private) final Instructions
AnnotationHeaders.instructions
private Instructions
Contracts.instructions
Methods in aQute.bnd.osgi that return InstructionsModifier and TypeMethodDescription(package private) Instructions
Contracts.getFilter()
private Instructions
Builder.getPreProcessMatcher
(Map<String, String> extra) Methods in aQute.bnd.osgi with parameters of type InstructionsModifier and TypeMethodDescriptionprivate void
private void
Builder.doClassAttribute
(Jar jar, String name, Map<String, String> extra, Instructions preprocess, boolean absentIsOk) private void
Builder.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 withcmd
attribute.private Set<Instruction>
Destructively filter the packages from the build up index.private void
private String
Builder.doResourceDirectory
(Jar jar, Map<String, String> extra, Instructions preprocess, File sourceFile, String destinationPath) (package private) Packages
Analyzer.filter
(Instructions instructions, Packages source, Set<Instruction> nomatch) Merge the attributes of two maps, where the first map can contain wildcarded names.private Instruction
Builder.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)