Uses of Class
org.apache.maven.buildcache.xml.diff.Mismatch
Packages that use Mismatch
-
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 MismatchMethods in org.apache.maven.buildcache.xml.diff with parameters of type MismatchModifier and TypeMethodDescriptionvoidDiff.addMismatch(Mismatch mismatch) Method addMismatch.voidDiff.removeMismatch(Mismatch mismatch) Method removeMismatch.Method parameters in org.apache.maven.buildcache.xml.diff with type arguments of type MismatchModifier and TypeMethodDescriptionvoidDiff.setMismatches(List<Mismatch> mismatches) Set the mismatches field.