Package | Description |
---|---|
aQute.bnd.main | |
aQute.bnd.make | |
aQute.bnd.osgi |
Modifier and Type | Method and Description |
---|---|
Instruction |
RepoCommand.listOptions.from() |
Instruction |
RepoCommand.getOptions.from() |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<Instruction,java.util.Map<java.lang.String,java.lang.String>> |
Make.make |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Map<Instruction,java.util.Map<java.lang.String,java.lang.String>> |
Make.getMakeHeader() |
Modifier and Type | Field and Description |
---|---|
private Instruction |
Instruction.Filter.instruction |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Map<Instruction,Attrs> |
Instructions.EMPTY |
private java.util.LinkedHashMap<Instruction,Attrs> |
Instructions.map |
Modifier and Type | Method and Description |
---|---|
Instruction |
Instructions.finder(java.lang.String value) |
Instruction |
Instructions.matcher(java.lang.String value) |
private Instruction |
Builder.matches(Instructions instructions,
java.lang.String pack,
java.util.Set<Instruction> unused,
java.lang.String source)
Matches the instructions against a package.
|
Modifier and Type | Method and Description |
---|---|
private java.util.Set<Instruction> |
Builder.doExpand(Jar jar,
MultiMap<java.lang.String,Jar> index,
Instructions filter)
Destructively filter the packages from the build up index.
|
java.util.Set<java.util.Map.Entry<Instruction,Attrs>> |
Instructions.entrySet() |
java.util.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,
java.lang.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,
java.lang.String destination)
Add all the resources in the given jar that match the given filter.
|
boolean |
Instructions.containsKey(Instruction name) |
private java.util.List<Jar> |
Builder.filterFrom(Instruction from,
java.util.List<Jar> providers) |
Attrs |
Instructions.get(Instruction key) |
private java.lang.String |
Processor.getWildcardProperty(java.lang.String deflt,
java.lang.String separator,
boolean inherit,
Instruction ins) |
boolean |
Clazz.is(Clazz.QUERY query,
Instruction instr,
Analyzer analyzer) |
Attrs |
Instructions.put(Instruction key,
Attrs value) |
Attrs |
Instructions.remove(Instruction var0) |
(package private) void |
Processor.tree(java.util.List<java.lang.String> list,
java.io.File current,
java.lang.String path,
Instruction instr) |
Modifier and Type | Method and Description |
---|---|
(package private) Packages |
Analyzer.filter(Instructions instructions,
Packages source,
java.util.Set<Instruction> nomatch)
Merge the attributes of two maps, where the first map can contain
wildcarded names.
|
private Instruction |
Builder.matches(Instructions instructions,
java.lang.String pack,
java.util.Set<Instruction> unused,
java.lang.String source)
Matches the instructions against a package.
|
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 and Description |
---|
Filter(Instruction instruction,
boolean recursive) |
Filter(Instruction instruction,
boolean recursive,
java.util.regex.Pattern doNotCopy) |