Class AbstractDiffItemCreateContext
java.lang.Object
net.thevpc.common.diff.jar.AbstractDiffItemCreateContext
- All Implemented Interfaces:
DiffItemCreateContext
- Direct Known Subclasses:
DefaultDiffItemCreateContext
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractDiffItemCreateContext(DiffKey key, DiffStatus status, String sourceValue, String targetValue, DiffCommand diffCommand, DiffEvalContext diffEvalContext) -
Method Summary
-
Constructor Details
-
AbstractDiffItemCreateContext
public AbstractDiffItemCreateContext(DiffKey key, DiffStatus status, String sourceValue, String targetValue, DiffCommand diffCommand, DiffEvalContext diffEvalContext)
-
-
Method Details
-
getEvalContext
- Specified by:
getEvalContextin interfaceDiffItemCreateContext
-
getDiff
- Specified by:
getDiffin interfaceDiffItemCreateContext
-
getKey
- Specified by:
getKeyin interfaceDiffItemCreateContext
-
getStatus
- Specified by:
getStatusin interfaceDiffItemCreateContext
-
getSourceValue
- Specified by:
getSourceValuein interfaceDiffItemCreateContext
-
getTargetValue
- Specified by:
getTargetValuein interfaceDiffItemCreateContext
-