Uses of Enum Class
aQute.bnd.service.diff.Delta
Packages that use Delta
Package
Description
This package provides baseline support.
-
Uses of Delta in aQute.bnd.differ
Fields in aQute.bnd.differ declared as DeltaModifier and TypeFieldDescription(package private) final Delta
Element.add
(package private) final Delta
DiffImpl.delta
(package private) final Delta
Element.remove
(package private) static final Delta[][]
DiffImpl.TRANSITIONS
The transitions table defines how the state is escalated depending on the children.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.Element.ifAdded()
Element.ifRemoved()
Methods in aQute.bnd.differ with parameters of type DeltaModifier and TypeMethodDescriptionprivate Version
private Version
Baseline.bumpBundle
(Delta delta, Version last, int offset, int base) Method parameters in aQute.bnd.differ with type arguments of type DeltaModifier and TypeMethodDescriptionprivate static void
DiffImpl.format
(Formatter formatter, Diff diff, List<String> formats, Set<Delta> deltas, int indent, int depth) Constructors in aQute.bnd.differ with parameters of type Delta -
Uses of Delta in aQute.bnd.main
Methods in aQute.bnd.main with parameters of type Delta -
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 class with the specified name.static Delta[]
Delta.values()
Returns an array containing the constants of this enum class, in the order they are declared.