| Package | Description |
|---|---|
| net.thevpc.nuts.toolbox.ndiff.jar | |
| net.thevpc.nuts.toolbox.ndiff.jar.commands |
| Modifier and Type | Method and Description |
|---|---|
DiffKey |
AbstractDiffItemCreateContext.getKey() |
DiffKey |
DiffItemCreateContext.getKey() |
| Modifier and Type | Method and Description |
|---|---|
Map<DiffKey,String> |
DiffCommand.map(Object item,
DiffEvalContext diffEvalContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DiffCommand.acceptDiffKey(DiffKey key) |
int |
DiffKey.compareTo(DiffKey o) |
DiffItem |
AbstractDiffCommand.createChildItem(DiffKey name,
DiffStatus status,
String sourceValue,
String targetValue,
DiffEvalContext diffEvalContext) |
DiffItem |
DiffCommand.createChildItem(DiffKey name,
DiffStatus status,
String sourceValue,
String targetValue,
DiffEvalContext diffEvalContext) |
DiffItemCreateContext |
AbstractDiffCommand.createContext(DiffKey name,
DiffStatus kind,
String sourceValue,
String targetValue,
DiffEvalContext diffEvalContext) |
DiffCommand |
AbstractDiffCommand.resolveDiffItemFactory(DiffKey key,
DiffEvalContext diffEvalContext) |
| Modifier and Type | Method and Description |
|---|---|
protected DiffResult |
AbstractDiffCommand.createResult(TreeMap<DiffKey,String> missing1,
TreeMap<DiffKey,String> missing2,
TreeMap<DiffKey,String[]> diffs,
DiffEvalContext context) |
protected DiffResult |
AbstractDiffCommand.createResult(TreeMap<DiffKey,String> missing1,
TreeMap<DiffKey,String> missing2,
TreeMap<DiffKey,String[]> diffs,
DiffEvalContext context) |
protected DiffResult |
AbstractDiffCommand.createResult(TreeMap<DiffKey,String> missing1,
TreeMap<DiffKey,String> missing2,
TreeMap<DiffKey,String[]> diffs,
DiffEvalContext context) |
| Constructor and Description |
|---|
AbstractDiffItemCreateContext(DiffKey key,
DiffStatus status,
String sourceValue,
String targetValue,
DiffCommand diffCommand,
DiffEvalContext diffEvalContext) |
DefaultDiffItemCreateContext(DiffKey name,
DiffStatus status,
String sourceValue,
String targetValue,
DiffCommand diffCommand,
DiffEvalContext diffEvalContext) |
| Modifier and Type | Method and Description |
|---|---|
Map<DiffKey,String> |
DiffCommandJavaProperties.map(Object item,
DiffEvalContext diffEvalContext) |
Map<DiffKey,String> |
DiffCommandJavaManifest.map(Object item,
DiffEvalContext diffEvalContext) |
Map<DiffKey,String> |
DiffCommandZip.map(Object item,
DiffEvalContext diffEvalContext) |
Map<DiffKey,String> |
DiffCommandDefault.map(Object item,
DiffEvalContext diffEvalContext) |
Map<DiffKey,String> |
DiffCommandVar.map(Object item,
DiffEvalContext diffEvalContext) |
Map<DiffKey,String> |
DiffCommandJavaClass.map(Object item,
DiffEvalContext diffEvalContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DiffCommandJavaProperties.acceptDiffKey(DiffKey key) |
boolean |
DiffCommandJavaManifest.acceptDiffKey(DiffKey key) |
boolean |
DiffCommandZip.acceptDiffKey(DiffKey key) |
boolean |
DiffCommandDefault.acceptDiffKey(DiffKey key) |
boolean |
DiffCommandVar.acceptDiffKey(DiffKey key) |
boolean |
DiffCommandJavaClass.acceptDiffKey(DiffKey key) |
Copyright © 2021 vpc open source initiative. All rights reserved.