Uses of Class
aQute.bnd.osgi.Instruction
Packages that use Instruction
Package
Description
OSGi Declarative Services Annotation processing.
-
Uses of Instruction in aQute.bnd.cdi
Fields in aQute.bnd.cdi declared as InstructionModifier and TypeFieldDescriptionprivate static final InstructionCDIAnnotationReader.COMPONENTSCOPED_INSTRprivate static final InstructionCDIAnnotationReader.DEPENDENT_INSTRprivate static final InstructionCDIAnnotationReader.EXTENSION_INSTRprivate static final InstructionCDIAnnotationReader.INTERCEPTOR_INSTR(package private) InstructionPackageDef.markedprivate static final InstructionCDIAnnotationReader.NORMALSCOPE_INSTRprivate static final InstructionCDIAnnotationReader.STEREOTYPE_INSTRprivate static final InstructionCDIAnnotationReader.VETOED_INSTR -
Uses of Instruction in aQute.bnd.component
Fields in aQute.bnd.component declared as InstructionModifier and TypeFieldDescriptionprivate static final InstructionDSAnnotationReader.COMPONENT_INSTRprivate static final InstructionDSAnnotationReader.COMPONENT_PROPERTY_INSTR -
Uses of Instruction in aQute.bnd.main
Methods in aQute.bnd.main that return Instruction -
Uses of Instruction in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as InstructionModifier and TypeFieldDescriptionprivate static final InstructionAnnotationHeaders.ANNOTATION_INSTRUCTIONprivate InstructionInstruction.Filter.instructionFields in aQute.bnd.osgi with type parameters of type InstructionModifier and TypeFieldDescription(package private) static Map<Instruction, Attrs> Instructions.EMPTYprivate LinkedHashMap<Instruction, Attrs> Instructions.mapMethods in aQute.bnd.osgi that return InstructionModifier and TypeMethodDescriptionstatic Instructionprivate InstructionBuilder.matches(Instructions instructions, String pack, Set<Instruction> unused, String source) Matches the instructions against a package.Methods in aQute.bnd.osgi that return types with arguments of type InstructionModifier and TypeMethodDescriptionprivate Set<Instruction> Destructively filter the packages from the build up index.Instructions.entrySet()Instructions.keySet()Instructions.matchesStream(String value) Instructions.stream()Methods in aQute.bnd.osgi with parameters of type InstructionModifier and TypeMethodDescriptionbooleanBuilder.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, String destination) Add all the resources in the given jar that match the given filter.private booleanBuilder.addAll(Jar to, Jar sub, Instruction filter, String destination, Function<String, String> modifier) 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, String destination) Add all the resources in the given jar that match the given filter.booleanInstructions.containsKey(Instruction name) Builder.filterFrom(Instruction from, List<Jar> providers) Instructions.get(Instruction key) private StringProcessor.getWildcardProperty(String deflt, String separator, boolean inherit, Instruction ins) booleanClazz.is(Clazz.QUERY query, Instruction instr, Analyzer analyzer) Instructions.put(Instruction key, Attrs value) Instructions.remove(Instruction var0) (package private) voidMethod parameters in aQute.bnd.osgi with type arguments of type InstructionModifier and TypeMethodDescription(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.voidInstructions.putAll(Map<? extends Instruction, ? extends Attrs> map) Turn this Instructions into a map of File -> Attrs.<T> Collection<T> Instructions.select(Collection<T> set, Set<Instruction> unused, boolean emptyIsAll) Constructors in aQute.bnd.osgi with parameters of type InstructionModifierConstructorDescriptionFilter(Instruction instruction, boolean recursive) Filter(Instruction instruction, boolean recursive, Pattern doNotCopy)