Package | Description |
---|---|
aQute.bnd.differ | |
aQute.bnd.service.diff |
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.
|
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(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.
|
Copyright © 2015 aQute SARL. All rights reserved.