Package | Description |
---|---|
aQute.bnd.osgi |
Modifier and Type | Method and Description |
---|---|
Instruction |
Instructions.finder(String value) |
Instruction |
Instructions.matcher(String value) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<Instruction,Attrs>> |
Instructions.entrySet() |
Set<Instruction> |
Instructions.keySet() |
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 |
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 |
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 and Description |
---|---|
void |
Instructions.putAll(Map<? extends Instruction,? extends Attrs> map) |
<T> Collection<T> |
Instructions.select(Collection<T> set,
Set<Instruction> unused,
boolean emptyIsAll) |
Constructor and Description |
---|
Filter(Instruction instruction,
boolean recursive) |
Filter(Instruction instruction,
boolean recursive,
Pattern doNotCopy) |
Copyright © 2021 aQute SARL. All rights reserved.