Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.differ | |
aQute.bnd.main | |
aQute.bnd.osgi |
Modifier and Type | Method and Description |
---|---|
void |
Project.copy(RepositoryPlugin source,
Instructions filter,
RepositoryPlugin destination) |
Modifier and Type | Field and Description |
---|---|
(package private) Instructions |
DiffPluginImpl.localIgnore |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<Descriptors.PackageRef,Instructions> |
JavaElement.providerMatcher |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Baseline.Info> |
Baseline.baseline(Jar newer,
Jar older,
Instructions packageFilters)
This method compares a jar to a baseline jar and returns version
suggestions if the baseline does not agree with the newer jar.
|
java.util.Set<Baseline.Info> |
Baseline.baseline(Tree n,
Parameters nExports,
Tree o,
Parameters oExports,
Instructions packageFilters) |
Modifier and Type | Method and Description |
---|---|
Instructions |
Profiles.CreateOptions.match() |
Modifier and Type | Field and Description |
---|---|
static Instructions |
Instructions.ALWAYS |
private Instructions |
Builder.defaultPreProcessMatcher |
private Instructions |
Verifier.dynamicImports |
private Instructions |
Contracts.instructions |
Modifier and Type | Method and Description |
---|---|
(package private) Instructions |
Contracts.getFilter() |
private Instructions |
Builder.getPreProcessMatcher(java.util.Map<java.lang.String,java.lang.String> extra) |
Modifier and Type | Method and Description |
---|---|
private void |
Builder.copy(Jar jar,
java.lang.String path,
java.io.File from,
Instructions preprocess,
java.util.Map<java.lang.String,java.lang.String> extra) |
private void |
Builder.doCommand(Jar jar,
java.lang.String source,
java.lang.String destination,
java.util.Map<java.lang.String,java.lang.String> extra,
Instructions preprocess,
boolean absentIsOk)
It is possible in Include-Resource to use a system command that generates
the contents, this is indicated with
cmd attribute. |
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.
|
private void |
Processor.doFixup(Instructions instrs,
java.util.List<java.lang.String> messages,
java.util.List<java.lang.String> other,
java.lang.String type) |
private java.lang.String |
Builder.doResourceDirectory(Jar jar,
java.util.Map<java.lang.String,java.lang.String> extra,
Instructions preprocess,
java.io.File sourceFile,
java.lang.String destinationPath) |
(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.
|
Constructor and Description |
---|
Instructions(Instructions other) |