Uses of Class
org.codehaus.mojo.clirr.Difference

Uses of Difference in org.codehaus.mojo.clirr
 

Fields in org.codehaus.mojo.clirr declared as Difference
protected  Difference[] AbstractClirrMojo.ignored
          A list of differences reported by Clirr that should be ignored when producing the final report.
 

Methods in org.codehaus.mojo.clirr that return Difference
static Difference[] Difference.parseXml(Reader xml)
           
 

Methods in org.codehaus.mojo.clirr that return types with arguments of type Difference
protected  List<Difference> AbstractClirrMojo.getAllIgnored()
           
 

Constructor parameters in org.codehaus.mojo.clirr with type arguments of type Difference
DelegatingListener(List<net.sf.clirr.core.DiffListener> listeners, net.sf.clirr.core.Severity minSeverity, List<Difference> ignored)
           
 



Copyright © 2006-2013 Codehaus. All Rights Reserved.