Uses of Class
aQute.bnd.osgi.Instruction
-
Packages that use Instruction Package Description aQute.bnd.cdi aQute.bnd.component aQute.bnd.main aQute.bnd.osgi -
-
Uses of Instruction in aQute.bnd.cdi
Fields in aQute.bnd.cdi declared as Instruction Modifier and Type Field Description private static InstructionCDIAnnotationReader. COMPONENTSCOPED_INSTRprivate static InstructionCDIAnnotationReader. DEPENDENT_INSTRprivate static InstructionCDIAnnotationReader. EXTENSION_INSTRprivate static InstructionCDIAnnotationReader. INTERCEPTOR_INSTR(package private) InstructionPackageDef. markedprivate static InstructionCDIAnnotationReader. NORMALSCOPE_INSTRprivate static InstructionCDIAnnotationReader. STEREOTYPE_INSTRprivate static InstructionCDIAnnotationReader. VETOED_INSTR -
Uses of Instruction in aQute.bnd.component
Fields in aQute.bnd.component declared as Instruction Modifier and Type Field Description private static InstructionDSAnnotationReader. COMPONENT_INSTRprivate static InstructionDSAnnotationReader. COMPONENT_PROPERTY_INSTR -
Uses of Instruction in aQute.bnd.main
Methods in aQute.bnd.main that return Instruction Modifier and Type Method Description InstructionRepoCommand.getOptions. from()InstructionRepoCommand.IndexOptions. from()InstructionRepoCommand.listOptions. from() -
Uses of Instruction in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Instruction Modifier and Type Field Description private static InstructionAnnotationHeaders. ANNOTATION_INSTRUCTIONprivate InstructionInstruction.Filter. instructionFields in aQute.bnd.osgi with type parameters of type Instruction Modifier and Type Field Description (package private) static java.util.Map<Instruction,Attrs>Instructions. EMPTYprivate java.util.LinkedHashMap<Instruction,Attrs>Instructions. mapMethods in aQute.bnd.osgi that return Instruction Modifier and Type Method Description InstructionInstructions. finder(java.lang.String value)static InstructionInstruction. legacy(java.lang.String input)InstructionInstructions. matcher(java.lang.String value)private InstructionBuilder. matches(Instructions instructions, java.lang.String pack, java.util.Set<Instruction> unused, java.lang.String source)Matches the instructions against a package.Methods in aQute.bnd.osgi that return types with arguments of type Instruction Modifier and Type Method Description 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.java.util.Set<java.util.Map.Entry<Instruction,Attrs>>Instructions. entrySet()java.util.Set<Instruction>Instructions. keySet()MapStream<Instruction,Attrs>Instructions. matchesStream(java.lang.String value)MapStream<Instruction,Attrs>Instructions. stream()Methods in aQute.bnd.osgi with parameters of type Instruction Modifier and Type Method Description booleanBuilder. addAll(Jar to, Jar sub, Instruction filter)Add all the resources in the given jar that match the given filter.booleanBuilder. addAll(Jar to, Jar sub, Instruction filter, java.lang.String destination)Add all the resources in the given jar that match the given filter.booleanJar. addAll(Jar sub, Instruction filter)Add all the resources in the given jar that match the given filter.booleanJar. addAll(Jar sub, Instruction filter, java.lang.String destination)Add all the resources in the given jar that match the given filter.booleanInstructions. containsKey(Instruction name)private java.util.List<Jar>Builder. filterFrom(Instruction from, java.util.List<Jar> providers)AttrsInstructions. get(Instruction key)private java.lang.StringProcessor. getWildcardProperty(java.lang.String deflt, java.lang.String separator, boolean inherit, Instruction ins)booleanClazz. is(Clazz.QUERY query, Instruction instr, Analyzer analyzer)AttrsInstructions. put(Instruction key, Attrs value)AttrsInstructions. remove(Instruction var0)(package private) voidProcessor. tree(java.util.List<java.lang.String> list, java.io.File current, java.lang.String path, Instruction instr)Method parameters in aQute.bnd.osgi with type arguments of type Instruction Modifier and Type Method Description (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.voidInstructions. putAll(java.util.Map<? extends Instruction,? extends Attrs> map)java.util.Map<java.io.File,java.util.List<Attrs>>Instructions. select(java.io.File base, java.util.function.Function<java.lang.String,java.lang.String> mapper, java.util.Set<Instruction> missing)Turn this Instructions into a map of File -> Attrs.<T> java.util.Collection<T>Instructions. select(java.util.Collection<T> set, java.util.Set<Instruction> unused, boolean emptyIsAll)Constructors in aQute.bnd.osgi with parameters of type Instruction Constructor Description Filter(Instruction instruction, boolean recursive)Filter(Instruction instruction, boolean recursive, java.util.regex.Pattern doNotCopy)
-