Package | Description |
---|---|
aQute.bnd.differ | |
aQute.bnd.service.diff |
Modifier and Type | Field and Description |
---|---|
(package private) Delta |
Element.add |
(package private) Delta |
DiffImpl.delta |
(package private) Delta |
Element.remove |
(package private) static Delta[][] |
DiffImpl.TRANSITIONS
The transitions table defines how the state is escalated depending on the
children.
|
Modifier and Type | Method and Description |
---|---|
Delta |
DiffImpl.getDelta()
Return the absolute delta.
|
Delta |
DiffImpl.getDelta(Diff.Ignore ignore)
This getDelta calculates the delta but allows the caller to ignore
certain Diff objects by calling back the ignore call back parameter.
|
Delta |
Element.ifAdded() |
Delta |
Element.ifRemoved() |
Modifier and Type | Method and Description |
---|---|
private Version |
Baseline.bump(Delta delta,
Version last,
int offset,
int base) |
private Version |
Baseline.bumpBundle(Delta delta,
Version last,
int offset,
int base) |
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) |
Constructor and Description |
---|
Element(Type type,
java.lang.String name,
java.util.Collection<? extends Element> children,
Delta add,
Delta remove,
java.lang.String comment) |
Modifier and Type | Field and Description |
---|---|
Delta |
Tree.Data.add |
Delta |
Diff.Data.delta |
Delta |
Tree.Data.rem |
Modifier and Type | Method and Description |
---|---|
Delta |
Diff.getDelta() |
Delta |
Diff.getDelta(Diff.Ignore ignore) |
Delta |
Tree.ifAdded() |
Delta |
Tree.ifRemoved() |
static Delta |
Delta.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Delta[] |
Delta.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|