Uses of Interface
aQute.bnd.service.diff.Diff
-
Packages that use Diff Package Description aQute.bnd.differ This package provides baseline support.aQute.bnd.main aQute.bnd.osgi aQute.bnd.service.diff -
-
Uses of Diff in aQute.bnd.differ
Classes in aQute.bnd.differ that implement Diff Modifier and Type Class Description class
DiffImpl
A DiffImpl class compares a newer Element to an older Element.Fields in aQute.bnd.differ declared as Diff Modifier and Type Field Description (package private) Diff
Baseline. diff
Diff
Baseline.Info. packageDiff
Fields in aQute.bnd.differ with type parameters of type Diff Modifier and Type Field Description (package private) java.util.List<Diff>
DiffImpl. children
Methods in aQute.bnd.differ that return Diff Modifier and Type Method Description Diff
Element. diff(Tree older)
Diff
DiffImpl. get(java.lang.String name)
Diff
Baseline. getDiff()
Gets the generated diffMethods in aQute.bnd.differ that return types with arguments of type Diff Modifier and Type Method Description java.util.Collection<Diff>
DiffImpl. getChildren()
Methods in aQute.bnd.differ with parameters of type Diff Modifier and Type Method 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)
private java.lang.String
Baseline. getRootCauses(Diff apiDiff)
private void
Baseline. getRootCauses(java.util.Formatter f, Diff diff, java.lang.String path)
-
Uses of Diff in aQute.bnd.main
Methods in aQute.bnd.main with parameters of type Diff Modifier and Type Method Description protected void
BaselineCommands. doDiff(Diff diff, java.lang.StringBuilder sb)
protected void
BaselineCommands. doPackageDiff(Diff diff)
private static Tag
DiffCommand. getTagFrom(Diff diff, boolean limited)
static void
DiffCommand. show(java.io.PrintWriter out, Diff diff, int indent, boolean limited)
private static void
XmlRepoDiffCommand. show(java.io.PrintWriter out, Diff diff, int indent, boolean limited, Diff.Ignore ignore)
private void
BaselineCommands. traverseTag(java.lang.StringBuilder sb, Diff diff, java.lang.String indent)
-
Uses of Diff in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type Diff Modifier and Type Method Description private void
Builder. show(Diff p, java.lang.String indent, boolean warning)
Show the diff recursively -
Uses of Diff in aQute.bnd.service.diff
Methods in aQute.bnd.service.diff that return Diff Modifier and Type Method Description Diff
Tree. diff(Tree older)
Diff
Diff. get(java.lang.String name)
Methods in aQute.bnd.service.diff that return types with arguments of type Diff Modifier and Type Method Description java.util.Collection<Diff>
Diff. getChildren()
Methods in aQute.bnd.service.diff with parameters of type Diff Modifier and Type Method Description boolean
Diff.Ignore. contains(Diff diff)
-