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.
- Author:
- Stephane Bailliez
Field Summary |
static java.lang.String |
DEFAULT_EXCLUDE
default regexp to exclude everything |
protected boolean |
defaultExclude
say whether we should use the default excludes or not |
protected java.util.Vector |
filters
user defined filters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT_EXCLUDE
public static final java.lang.String DEFAULT_EXCLUDE
- default regexp to exclude everything
defaultExclude
protected boolean defaultExclude
- say whether we should use the default excludes or not
filters
protected java.util.Vector filters
- user defined filters
Filters
public Filters()
setDefaultExclude
public void setDefaultExclude(boolean value)
addInclude
public void addInclude(Filters.Include incl)
addExclude
public void addExclude(Filters.Exclude excl)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.