| Package | Description |
|---|---|
| aQute.bnd.osgi |
| Modifier and Type | Method | Description |
|---|---|---|
Instruction |
Instructions.finder(java.lang.String value) |
|
Instruction |
Instructions.matcher(java.lang.String value) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<java.util.Map.Entry<Instruction,Attrs>> |
Instructions.entrySet() |
|
java.util.Set<Instruction> |
Instructions.keySet() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
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,
java.lang.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,
java.lang.String destination) |
Add all the resources in the given jar that match the given filter.
|
boolean |
Instructions.containsKey(Instruction name) |
|
Attrs |
Instructions.get(Instruction key) |
|
boolean |
Clazz.is(Clazz.QUERY query,
Instruction instr,
Analyzer analyzer) |
|
Attrs |
Instructions.put(Instruction key,
Attrs value) |
|
Attrs |
Instructions.remove(Instruction var0) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Instructions.putAll(java.util.Map<? extends Instruction,? extends Attrs> map) |
|
<T> java.util.Collection<T> |
Instructions.select(java.util.Collection<T> set,
java.util.Set<Instruction> unused,
boolean emptyIsAll) |
| Constructor | Description |
|---|---|
Filter(Instruction instruction,
boolean recursive) |
|
Filter(Instruction instruction,
boolean recursive,
java.util.regex.Pattern doNotCopy) |