public class DiffCommandJavaClass extends AbstractDiffCommand
| Modifier and Type | Field and Description |
|---|---|
static DiffCommand |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
DiffCommandJavaClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptDiffKey(DiffKey key) |
int |
acceptInput(Object input) |
DiffItem |
createContentDiffItem(DiffItemCreateContext context) |
String |
hash(InputStream source) |
Map<DiffKey,String> |
map(Object item,
DiffEvalContext diffEvalContext) |
Object |
prepareSourceOrTarget(Object source) |
createChildItem, createContext, createResult, eval, getId, resolveDiffItemFactorypublic static final DiffCommand INSTANCE
public int acceptInput(Object input)
public Object prepareSourceOrTarget(Object source)
prepareSourceOrTarget in class AbstractDiffCommandpublic boolean acceptDiffKey(DiffKey key)
public Map<DiffKey,String> map(Object item, DiffEvalContext diffEvalContext)
public String hash(InputStream source)
public DiffItem createContentDiffItem(DiffItemCreateContext context)
Copyright © 2022 vpc open source initiative. All rights reserved.