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 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 Diff
Baseline.Info. packageDiff
Methods in aQute.bnd.differ that return Diff Modifier and Type Method Description 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()
-
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)
-