Uses of Class
org.apache.maven.buildcache.xml.diff.MismatchDetail
Packages that use MismatchDetail
-
Uses of MismatchDetail in org.apache.maven.buildcache.xml.diff
Methods in org.apache.maven.buildcache.xml.diff that return types with arguments of type MismatchDetailMethods in org.apache.maven.buildcache.xml.diff with parameters of type MismatchDetailModifier and TypeMethodDescriptionvoidMismatch.addDetail(MismatchDetail mismatchDetail) Method addDetail.voidMismatch.removeDetail(MismatchDetail mismatchDetail) Method removeDetail.Method parameters in org.apache.maven.buildcache.xml.diff with type arguments of type MismatchDetailModifier and TypeMethodDescriptionvoidMismatch.setDetail(List<MismatchDetail> detail) Set the detail field.