org.apache.tools.ant.taskdefs.optional.sitraka
Class Filters
java.lang.Object
org.apache.tools.ant.taskdefs.optional.sitraka.Filters
public class Filters
extends java.lang.Object
Filters information from coverage, somewhat similar to a FileSet.
static String | DEFAULT_EXCLUDE - default regexp to exclude everything
|
protected boolean | defaultExclude - say whether we should use the default excludes or not
|
protected Vector | filters - user defined filters
|
DEFAULT_EXCLUDE
public static final String DEFAULT_EXCLUDE
default regexp to exclude everything
defaultExclude
protected boolean defaultExclude
say whether we should use the default excludes or not
filters
protected Vector filters
user defined filters
addExclude
public void addExclude(Filters.Exclude excl)
exclude classes and methods from the analysis
addInclude
public void addInclude(Filters.Include incl)
include classes and methods in the analysis
setDefaultExclude
public void setDefaultExclude(boolean value)
Automatically exclude all classes and methods
unless included in nested elements; optional, default true.
toString
public String toString()
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.