Package | Description |
---|---|
aQute.bnd.differ | |
aQute.bnd.main | |
aQute.bnd.osgi | |
aQute.bnd.service.diff |
Modifier and Type | Class and Description |
---|---|
class |
DiffImpl
A DiffImpl class compares a newer Element to an older Element.
|
Modifier and Type | Field and Description |
---|---|
(package private) Diff |
Baseline.diff |
Diff |
Baseline.Info.packageDiff |
Modifier and Type | Method and Description |
---|---|
Diff |
Element.diff(Tree older) |
Diff |
DiffImpl.get(java.lang.String name) |
Diff |
Baseline.getDiff()
Gets the generated diff
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends Diff> |
DiffImpl.getChildren() |
Modifier and Type | Method and Description |
---|---|
private static void |
DiffImpl.format(java.util.Formatter formatter,
Diff diff,
java.util.List<java.lang.String> formats,
java.util.Set<Delta> deltas,
int indent,
int depth) |
private java.lang.String |
Baseline.getRootCauses(Diff apiDiff) |
private void |
Baseline.getRootCauses(java.util.Formatter f,
Diff diff,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
private static Tag |
DiffCommand.getTagFrom(Diff diff,
boolean limited) |
static void |
DiffCommand.show(java.io.PrintWriter out,
Diff diff,
int indent,
boolean limited) |
private void |
BaselineCommands.traverseTag(java.lang.StringBuilder sb,
Diff diff,
java.lang.String indent) |
Modifier and Type | Method and Description |
---|---|
private void |
Builder.show(Diff p,
java.lang.String indent,
boolean warning)
Show the diff recursively
|
Modifier and Type | Method and Description |
---|---|
Diff |
Tree.diff(Tree older) |
Diff |
Diff.get(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends Diff> |
Diff.getChildren() |
Modifier and Type | Method and Description |
---|---|
boolean |
Diff.Ignore.contains(Diff diff) |