Class DefaultDiffResult
java.lang.Object
net.thevpc.nuts.toolbox.ndiff.jar.AbstractDiffResult
net.thevpc.nuts.toolbox.ndiff.jar.DefaultDiffResult
- All Implemented Interfaces:
AutoCloseable,Iterable,DiffResult
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultDiffResult(DiffCommand diff, DiffEvalContext diffEvalContext, TreeMap<DiffKey, String> added, TreeMap<DiffKey, String> removed, TreeMap<DiffKey, String[]> changed) -
Method Summary
Methods inherited from class net.thevpc.nuts.toolbox.ndiff.jar.AbstractDiffResult
added, all, changed, close, getDiff, getDiffEvalContext, hasChanges, iterator, removed, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DefaultDiffResult
-