public abstract class AbstractDiffItemCreateContext extends Object implements DiffItemCreateContext
| Constructor and Description |
|---|
AbstractDiffItemCreateContext(DiffKey key,
DiffStatus status,
String sourceValue,
String targetValue,
DiffCommand diffCommand,
DiffEvalContext diffEvalContext) |
| Modifier and Type | Method and Description |
|---|---|
DiffCommand |
getDiff() |
DiffEvalContext |
getEvalContext() |
DiffKey |
getKey() |
String |
getSourceValue() |
DiffStatus |
getStatus() |
String |
getTargetValue() |
public AbstractDiffItemCreateContext(DiffKey key, DiffStatus status, String sourceValue, String targetValue, DiffCommand diffCommand, DiffEvalContext diffEvalContext)
public DiffEvalContext getEvalContext()
getEvalContext in interface DiffItemCreateContextpublic DiffCommand getDiff()
getDiff in interface DiffItemCreateContextpublic DiffKey getKey()
getKey in interface DiffItemCreateContextpublic DiffStatus getStatus()
getStatus in interface DiffItemCreateContextpublic String getSourceValue()
getSourceValue in interface DiffItemCreateContextpublic String getTargetValue()
getTargetValue in interface DiffItemCreateContextCopyright © 2022 vpc open source initiative. All rights reserved.