Uses of Interface
net.sourceforge.groboutils.codecoverage.v2.util.ILogFilter

Packages that use ILogFilter
net.sourceforge.groboutils.codecoverage.v2.ant Ant interface for performing the code coverage tasks. 
net.sourceforge.groboutils.codecoverage.v2.util Standard utilities used by all the packages. 
 

Uses of ILogFilter in net.sourceforge.groboutils.codecoverage.v2.ant
 

Methods in net.sourceforge.groboutils.codecoverage.v2.ant that return ILogFilter
 ILogFilter GroboReportTask.LogFilter.getFilter()
           
 

Uses of ILogFilter in net.sourceforge.groboutils.codecoverage.v2.util
 

Classes in net.sourceforge.groboutils.codecoverage.v2.util that implement ILogFilter
 class SingleLogFilter
          Transforms the single logging format to the standard logging format.
 class StandardLogFilter
          Transforms the Standard logging format to the standard logging format (that is, it does nothing).
 



Copyright © 2001-2003 by The GroboUtils Project