Uses of Class
org.apache.maven.buildcache.xml.diff.Mismatch
-
Packages that use Mismatch Package Description org.apache.maven.buildcache.xml.diff -
-
Uses of Mismatch in org.apache.maven.buildcache.xml.diff
Methods in org.apache.maven.buildcache.xml.diff that return types with arguments of type Mismatch Modifier and Type Method Description List<Mismatch>
Diff. getMismatches()
Method getMismatches.Methods in org.apache.maven.buildcache.xml.diff with parameters of type Mismatch Modifier and Type Method Description void
Diff. addMismatch(Mismatch mismatch)
Method addMismatch.void
Diff. removeMismatch(Mismatch mismatch)
Method removeMismatch.Method parameters in org.apache.maven.buildcache.xml.diff with type arguments of type Mismatch Modifier and Type Method Description void
Diff. setMismatches(List<Mismatch> mismatches)
Set the mismatches field.
-