Class Diff
java.lang.Object
org.apache.maven.buildcache.xml.diff.Diff
- All Implemented Interfaces:
Serializable
Class Diff.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMismatch(Mismatch mismatch) Method addMismatch.Method getMismatches.Get the modelEncoding field.voidremoveMismatch(Mismatch mismatch) Method removeMismatch.voidsetMismatches(List<Mismatch> mismatches) Set the mismatches field.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.
-
Constructor Details
-
Diff
public Diff()
-
-
Method Details
-
addMismatch
Method addMismatch.- Parameters:
mismatch- a mismatch object.
-
getMismatches
Method getMismatches.- Returns:
- List
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
removeMismatch
Method removeMismatch.- Parameters:
mismatch- a mismatch object.
-
setMismatches
Set the mismatches field.- Parameters:
mismatches- a mismatches object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding- a modelEncoding object.
-