Package | Description |
---|---|
aQute.lib.osgi |
Modifier and Type | Method and Description |
---|---|
static Instruction |
Instruction.getPattern(String string)
Convert a string based pattern to a regular expression based pattern.
|
Modifier and Type | Method and Description |
---|---|
static Map<Instruction,Map<String,String>> |
Instruction.replaceWithInstruction(Map<String,Map<String,String>> header) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static <T> Collection<T> |
Instruction.select(Collection<Instruction> matchers,
Collection<T> targets) |
Constructor and Description |
---|
InstructionFilter(Instruction instruction,
boolean recursive) |
InstructionFilter(Instruction instruction,
boolean recursive,
Pattern doNotCopy) |
Copyright © 2014 aQute SARL. All Rights Reserved.