Uses of Enum
aQute.bnd.service.diff.Delta
Packages that use Delta
-
Uses of Delta in aQute.bnd.differ
Methods in aQute.bnd.differ that return DeltaModifier and TypeMethodDescriptionDiffImpl.getDelta()
Return the absolute 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. -
Uses of Delta in aQute.bnd.service.diff
Fields in aQute.bnd.service.diff declared as DeltaMethods in aQute.bnd.service.diff that return DeltaModifier and TypeMethodDescriptionDiff.getDelta()
Diff.getDelta
(Diff.Ignore ignore) Tree.ifAdded()
Tree.ifRemoved()
static Delta
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.