Uses of Class
aQute.lib.osgi.Instruction

Packages that use Instruction
aQute.lib.osgi   
 

Uses of Instruction in aQute.lib.osgi
 

Methods in aQute.lib.osgi that return Instruction
static Instruction Instruction.getPattern(String string)
          Convert a string based pattern to a regular expression based pattern.
 

Methods in aQute.lib.osgi that return types with arguments of type Instruction
static Map<Instruction,Map<String,String>> Instruction.replaceWithInstruction(Map<String,Map<String,String>> header)
           
 

Methods in aQute.lib.osgi with parameters of type Instruction
 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 Clazz.is(Clazz.QUERY query, Instruction instr, Analyzer analyzer)
           
 

Method parameters in aQute.lib.osgi with type arguments of type Instruction
static
<T> Collection<T>
Instruction.select(Collection<Instruction> matchers, Collection<T> targets)
           
 

Constructors in aQute.lib.osgi with parameters of type Instruction
InstructionFilter(Instruction instruction, boolean recursive)
           
InstructionFilter(Instruction instruction, boolean recursive, Pattern doNotCopy)
           
 



Copyright © 2012 aQute SARL. All Rights Reserved.