Class Diff
- java.lang.Object
-
- org.apache.maven.buildcache.xml.diff.Diff
-
- All Implemented Interfaces:
Serializable
public class Diff extends Object implements Serializable
Class Diff.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Diff()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMismatch(Mismatch mismatch)
Method addMismatch.List<Mismatch>
getMismatches()
Method getMismatches.String
getModelEncoding()
Get the modelEncoding field.void
removeMismatch(Mismatch mismatch)
Method removeMismatch.void
setMismatches(List<Mismatch> mismatches)
Set the mismatches field.void
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
-
-
-
Method Detail
-
addMismatch
public void addMismatch(Mismatch mismatch)
Method addMismatch.- Parameters:
mismatch
- a mismatch object.
-
getModelEncoding
public String getModelEncoding()
Get the modelEncoding field.- Returns:
- String
-
removeMismatch
public void removeMismatch(Mismatch mismatch)
Method removeMismatch.- Parameters:
mismatch
- a mismatch object.
-
setMismatches
public void setMismatches(List<Mismatch> mismatches)
Set the mismatches field.- Parameters:
mismatches
- a mismatches object.
-
setModelEncoding
public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.- Parameters:
modelEncoding
- a modelEncoding object.
-
-