Uses of Interface
aQute.bnd.service.diff.Diff.Ignore
-
Packages that use Diff.Ignore Package Description aQute.bnd.differ This package provides baseline support.aQute.bnd.main aQute.bnd.service.diff -
-
Uses of Diff.Ignore in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type Diff.Ignore Modifier and Type Method Description Delta
DiffImpl. 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. -
Uses of Diff.Ignore in aQute.bnd.main
Methods in aQute.bnd.main that return Diff.Ignore Modifier and Type Method Description private static Diff.Ignore
XmlRepoDiffCommand. parseIgnore(java.lang.String ignore)
Methods in aQute.bnd.main with parameters of type Diff.Ignore Modifier and Type Method Description private static void
XmlRepoDiffCommand. show(java.io.PrintWriter out, Diff diff, int indent, boolean limited, Diff.Ignore ignore)
-
Uses of Diff.Ignore in aQute.bnd.service.diff
Methods in aQute.bnd.service.diff with parameters of type Diff.Ignore Modifier and Type Method Description Delta
Diff. getDelta(Diff.Ignore ignore)
-