Uses of Interface
aQute.bnd.service.diff.Diff
-
Packages that use Diff Package Description aQute.bnd.differ This package provides baseline support.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 DiffBaseline.Info. packageDiffMethods in aQute.bnd.differ that return Diff Modifier and Type Method Description 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<Diff>DiffImpl. getChildren() -
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<Diff>Diff. getChildren()Methods in aQute.bnd.service.diff with parameters of type Diff Modifier and Type Method Description booleanDiff.Ignore. contains(Diff diff)
-