Uses of Class
org.apache.maven.buildcache.xml.diff.MismatchDetail
-
Packages that use MismatchDetail Package Description org.apache.maven.buildcache.xml.diff -
-
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 MismatchDetail Modifier and Type Method Description List<MismatchDetail>
Mismatch. getDetail()
Method getDetail.Methods in org.apache.maven.buildcache.xml.diff with parameters of type MismatchDetail Modifier and Type Method Description void
Mismatch. addDetail(MismatchDetail mismatchDetail)
Method addDetail.void
Mismatch. removeDetail(MismatchDetail mismatchDetail)
Method removeDetail.Method parameters in org.apache.maven.buildcache.xml.diff with type arguments of type MismatchDetail Modifier and Type Method Description void
Mismatch. setDetail(List<MismatchDetail> detail)
Set the detail field.
-