Uses of Class
aQute.bnd.osgi.Instruction
Packages that use Instruction
-
Uses of Instruction in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return InstructionMethods in aQute.bnd.osgi that return types with arguments of type InstructionModifier and TypeMethodDescriptionInstructions.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.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) Instructions.get
(Instruction key) boolean
Clazz.is
(Clazz.QUERY query, Instruction instr, Analyzer analyzer) Instructions.put
(Instruction key, Attrs value) Instructions.remove
(Instruction var0) Method parameters in aQute.bnd.osgi with type arguments of type InstructionModifier and TypeMethodDescriptionvoid
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)