Uses of Interface
aQute.bnd.service.diff.Diff
-
Packages that use Diff Package Description aQute.bnd.differ This package provides baseline support.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 classDiffImplA 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) DiffBaseline. diffDiffBaseline.Info. packageDiffMethods in aQute.bnd.differ that return Diff Modifier and Type Method Description DiffElement. diff(Tree older)DiffDiffImpl. get(java.lang.String name)DiffBaseline. 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<? extends Diff>DiffImpl. getChildren()Methods in aQute.bnd.differ with parameters of type Diff 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)private java.lang.StringBaseline. getRootCauses(Diff apiDiff)private voidBaseline. getRootCauses(java.util.Formatter f, Diff diff, java.lang.String path) -
Uses of Diff in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type Diff Modifier and Type Method Description private voidBuilder. 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 DiffTree. diff(Tree older)DiffDiff. 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<? extends Diff>Diff. getChildren()Methods in aQute.bnd.service.diff with parameters of type Diff Modifier and Type Method Description booleanDiff.Ignore. contains(Diff diff)
-