public class DiffCommandZip extends AbstractDiffCommand
| Modifier and Type | Class and Description |
|---|---|
static interface |
DiffCommandZip.ZipSource |
class |
DiffCommandZip.ZipSourceFile |
| Modifier and Type | Field and Description |
|---|---|
static DiffCommandZip |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
DiffCommandZip() |
protected |
DiffCommandZip(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptDiffKey(DiffKey key) |
protected boolean |
acceptEntry(String entryName) |
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 DiffCommandZip INSTANCE
protected DiffCommandZip()
protected DiffCommandZip(String id)
public int acceptInput(Object input)
public Object prepareSourceOrTarget(Object source)
prepareSourceOrTarget in class AbstractDiffCommandprotected boolean acceptEntry(String entryName)
public 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.