Class AbstractDiffResult
java.lang.Object
net.thevpc.nuts.toolbox.ndiff.jar.AbstractDiffResult
- All Implemented Interfaces:
AutoCloseable,Iterable,DiffResult
- Direct Known Subclasses:
DefaultDiffResult
- Author:
- thevpc
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractDiffResult(DiffCommand diff, DiffEvalContext diffEvalContext, TreeMap<DiffKey, String> added, TreeMap<DiffKey, String> removed, TreeMap<DiffKey, String[]> changed) -
Method Summary
Methods 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
-
AbstractDiffResult
-
-
Method Details
-
getDiffEvalContext
-
getDiff
-
iterator
-
hasChanges
public boolean hasChanges()- Specified by:
hasChangesin interfaceDiffResult
-
all
- Specified by:
allin interfaceDiffResult
-
removed
- Specified by:
removedin interfaceDiffResult
-
added
- Specified by:
addedin interfaceDiffResult
-
changed
- Specified by:
changedin interfaceDiffResult
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
toString
-