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 SummaryConstructors Constructor Description Diff()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMismatch(Mismatch mismatch)Method addMismatch.List<Mismatch>getMismatches()Method getMismatches.StringgetModelEncoding()Get the modelEncoding field.voidremoveMismatch(Mismatch mismatch)Method removeMismatch.voidsetMismatches(List<Mismatch> mismatches)Set the mismatches field.voidsetModelEncoding(String modelEncoding)Set the modelEncoding field.
 
- 
- 
- 
Method Detail- 
addMismatchpublic void addMismatch(Mismatch mismatch) Method addMismatch.- Parameters:
- mismatch- a mismatch object.
 
 - 
getModelEncodingpublic String getModelEncoding() Get the modelEncoding field.- Returns:
- String
 
 - 
removeMismatchpublic void removeMismatch(Mismatch mismatch) Method removeMismatch.- Parameters:
- mismatch- a mismatch object.
 
 - 
setMismatchespublic void setMismatches(List<Mismatch> mismatches) Set the mismatches field.- Parameters:
- mismatches- a mismatches object.
 
 - 
setModelEncodingpublic void setModelEncoding(String modelEncoding) Set the modelEncoding field.- Parameters:
- modelEncoding- a modelEncoding object.
 
 
- 
 
-