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 Instruction
CDIAnnotationReader.COMPONENTSCOPED_INSTR
private static final Instruction
CDIAnnotationReader.DEPENDENT_INSTR
private static final Instruction
CDIAnnotationReader.EXTENSION_INSTR
private static final Instruction
CDIAnnotationReader.INTERCEPTOR_INSTR
(package private) Instruction
PackageDef.marked
private static final Instruction
CDIAnnotationReader.NORMALSCOPE_INSTR
private static final Instruction
CDIAnnotationReader.STEREOTYPE_INSTR
private static final Instruction
CDIAnnotationReader.VETOED_INSTR
-
Uses of Instruction in aQute.bnd.component
Fields in aQute.bnd.component declared as InstructionModifier and TypeFieldDescriptionprivate static final Instruction
DSAnnotationReader.COMPONENT_INSTR
private static final Instruction
DSAnnotationReader.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 Instruction
AnnotationHeaders.ANNOTATION_INSTRUCTION
private Instruction
Instruction.Filter.instruction
Fields in aQute.bnd.osgi with type parameters of type InstructionModifier and TypeFieldDescription(package private) static Map<Instruction,
Attrs> Instructions.EMPTY
private LinkedHashMap<Instruction,
Attrs> Instructions.map
Methods in aQute.bnd.osgi that return InstructionModifier and TypeMethodDescriptionstatic Instruction
private Instruction
Builder.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 TypeMethodDescriptionboolean
Builder.addAll
(Jar to, Jar sub, Instruction filter) Add all the resources in the given jar that match the given filter.boolean
Builder.addAll
(Jar to, Jar sub, Instruction filter, String destination) Add all the resources in the given jar that match the given filter.private boolean
Builder.addAll
(Jar to, Jar sub, Instruction filter, String destination, Function<String, String> modifier) boolean
Jar.addAll
(Jar sub, Instruction filter) Add all the resources in the given jar that match the given filter.boolean
Jar.addAll
(Jar sub, Instruction filter, String destination) Add all the resources in the given jar that match the given filter.boolean
Instructions.containsKey
(Instruction name) Builder.filterFrom
(Instruction from, List<Jar> providers) Instructions.get
(Instruction key) private String
Processor.getWildcardProperty
(String deflt, String separator, boolean inherit, Instruction ins) boolean
Clazz.is
(Clazz.QUERY query, Instruction instr, Analyzer analyzer) Instructions.put
(Instruction key, Attrs value) Instructions.remove
(Instruction var0) (package private) void
Method parameters in aQute.bnd.osgi with type arguments of type InstructionModifier and TypeMethodDescription(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.void
Instructions.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)