Uses of Class
aQute.bnd.osgi.Instructions
-
Packages that use Instructions Package Description aQute.bnd.build aQute.bnd.differ This package provides baseline support.aQute.bnd.main aQute.bnd.make 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 voidProject. 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) InstructionsDiffPluginImpl. localIgnoreFields in aQute.bnd.differ with type parameters of type Instructions Modifier and Type Field Description (package private) java.util.Map<Descriptors.PackageRef,Instructions>JavaElement. providerMatcherMethods 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 InstructionsProfiles.CreateOptions. match()Methods in aQute.bnd.main with parameters of type Instructions Modifier and Type Method Description private 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 Instructions Modifier and Type Field Description (package private) InstructionsMake. makeMethods in aQute.bnd.make that return Instructions Modifier and Type Method Description (package private) InstructionsMake. getMakeHeader() -
Uses of Instructions in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Instructions Modifier and Type Field Description static InstructionsInstructions. ALWAYSprivate InstructionsBuilder. defaultPreProcessMatcherprivate InstructionsVerifier. dynamicImports(package private) InstructionsAnnotationHeaders. instructionsprivate InstructionsContracts. instructionsMethods in aQute.bnd.osgi that return Instructions Modifier and Type Method Description (package private) InstructionsContracts. getFilter()private InstructionsBuilder. 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 voidBuilder. copy(Jar jar, java.lang.String path, java.io.File from, Instructions preprocess, java.util.Map<java.lang.String,java.lang.String> extra)private voidBuilder. doClassAttribute(Jar jar, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> extra, Instructions preprocess, boolean absentIsOk)private voidBuilder. 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 withcmdattribute.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 voidProcessor. doFixup(Instructions instrs, java.util.List<java.lang.String> messages, java.util.List<java.lang.String> other, java.lang.String type)private java.lang.StringBuilder. 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) 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 InstructionBuilder. 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 AnnotationHeaders(Analyzer analyzer, Instructions instructions)Instructions(Instructions other)
-