Interface DiffCommand
- All Known Implementing Classes:
AbstractDiffCommand,DiffCommandDefault,DiffCommandJar,DiffCommandJavaClass,DiffCommandJavaManifest,DiffCommandJavaProperties,DiffCommandVar,DiffCommandZip
public interface DiffCommand
-
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptDiffKey(DiffKey key) intacceptInput(Object input) createChildItem(DiffKey name, DiffStatus status, String sourceValue, String targetValue, DiffEvalContext diffEvalContext) eval(DiffEvalContext context) getId()hash(InputStream source) map(Object item, DiffEvalContext diffEvalContext)
-
Method Details
-
getId
String getId() -
eval
-
acceptDiffKey
-
acceptInput
-
createChildItem
DiffItem createChildItem(DiffKey name, DiffStatus status, String sourceValue, String targetValue, DiffEvalContext diffEvalContext) -
map
-
hash
-
createContentDiffItem
-