Uses of Interface
aQute.bnd.service.diff.Diff.Ignore
Packages that use Diff.Ignore
Package
Description
This package provides baseline support.
-
Uses of Diff.Ignore in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type Diff.IgnoreModifier and TypeMethodDescriptionDiffImpl.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.IgnoreModifier and TypeMethodDescriptionprivate static Diff.Ignore
XmlRepoDiffCommand.parseIgnore
(String ignore) Methods in aQute.bnd.main with parameters of type Diff.IgnoreModifier and TypeMethodDescriptionprivate static void
XmlRepoDiffCommand.show
(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