Uses of Class
aQute.bnd.service.diff.Delta
-
Packages that use Delta Package Description aQute.bnd.differ This package provides baseline support.aQute.bnd.main aQute.bnd.service.diff -
-
Uses of Delta in aQute.bnd.differ
Fields in aQute.bnd.differ declared as Delta Modifier and Type Field Description (package private) DeltaElement. add(package private) DeltaDiffImpl. delta(package private) DeltaElement. remove(package private) static Delta[][]DiffImpl. TRANSITIONSThe transitions table defines how the state is escalated depending on the children.Methods in aQute.bnd.differ that return Delta Modifier and Type Method Description DeltaDiffImpl. getDelta()Return the absolute delta.DeltaDiffImpl. 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.DeltaElement. ifAdded()DeltaElement. ifRemoved()Methods in aQute.bnd.differ with parameters of type Delta Modifier and Type Method Description private VersionBaseline. bump(Delta delta, Version last, int offset, int base)private VersionBaseline. bumpBundle(Delta delta, Version last, int offset, int base)Method parameters in aQute.bnd.differ with type arguments of type Delta Modifier and Type Method Description private static voidDiffImpl. format(java.util.Formatter formatter, Diff diff, java.util.List<java.lang.String> formats, java.util.Set<Delta> deltas, int indent, int depth)Constructors in aQute.bnd.differ with parameters of type Delta Constructor Description Element(Type type, java.lang.String name, java.util.Collection<? extends Element> children, Delta add, Delta remove, java.lang.String comment) -
Uses of Delta in aQute.bnd.main
Methods in aQute.bnd.main with parameters of type Delta Modifier and Type Method Description protected java.lang.StringBaselineCommands. getShortDelta(Delta delta) -
Uses of Delta in aQute.bnd.service.diff
Fields in aQute.bnd.service.diff declared as Delta Modifier and Type Field Description DeltaTree.Data. addDeltaDiff.Data. deltaDeltaTree.Data. remMethods in aQute.bnd.service.diff that return Delta Modifier and Type Method Description DeltaDiff. getDelta()DeltaDiff. getDelta(Diff.Ignore ignore)DeltaTree. ifAdded()DeltaTree. ifRemoved()static DeltaDelta. 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.
-