Uses of Class
aQute.bnd.osgi.Instructions
-
Packages that use Instructions Package Description aQute.bnd.build aQute.bnd.differ aQute.bnd.main aQute.bnd.osgi -
-
Uses of Instructions in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type Instructions Modifier and Type Method Description void
Project. copy(RepositoryPlugin source, Instructions filter, RepositoryPlugin destination)
-
Uses of Instructions in aQute.bnd.differ
Fields in aQute.bnd.differ declared as Instructions Modifier and Type Field Description (package private) Instructions
DiffPluginImpl. localIgnore
Fields in aQute.bnd.differ with type parameters of type Instructions Modifier and Type Field Description (package private) java.util.Map<Descriptors.PackageRef,Instructions>
JavaElement. providerMatcher
Methods in aQute.bnd.differ with parameters of type Instructions Modifier and Type Method Description java.util.Set<Baseline.Info>
Baseline. 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.java.util.Set<Baseline.Info>
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 Instructions Modifier and Type Method Description Instructions
Profiles.CreateOptions. match()
-
Uses of Instructions in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Instructions Modifier and Type Field Description static Instructions
Instructions. ALWAYS
private Instructions
Builder. defaultPreProcessMatcher
private Instructions
Verifier. dynamicImports
private Instructions
Contracts. instructions
Methods in aQute.bnd.osgi that return Instructions Modifier and Type Method Description (package private) Instructions
Contracts. getFilter()
private Instructions
Builder. getPreProcessMatcher(java.util.Map<java.lang.String,java.lang.String> extra)
Methods in aQute.bnd.osgi with parameters of type Instructions Modifier and Type Method Description private void
Builder. copy(Jar jar, java.lang.String path, java.io.File from, Instructions preprocess, java.util.Map<java.lang.String,java.lang.String> extra)
private void
Builder. doCommand(Jar jar, java.lang.String source, java.lang.String destination, java.util.Map<java.lang.String,java.lang.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 java.util.Set<Instruction>
Builder. doExpand(Jar jar, MultiMap<java.lang.String,Jar> index, Instructions filter)
Destructively filter the packages from the build up index.private void
Processor. doFixup(Instructions instrs, java.util.List<java.lang.String> messages, java.util.List<java.lang.String> other, java.lang.String type)
private java.lang.String
Builder. doResourceDirectory(Jar jar, java.util.Map<java.lang.String,java.lang.String> extra, Instructions preprocess, java.io.File sourceFile, java.lang.String destinationPath)
(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 Instruction
Builder. matches(Instructions instructions, java.lang.String pack, java.util.Set<Instruction> unused, java.lang.String source)
Matches the instructions against a package.Constructors in aQute.bnd.osgi with parameters of type Instructions Constructor Description Instructions(Instructions other)
-