| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.sitraka.Filters
Filters information from coverage, somewhat similar to a FileSet.
| Nested Class Summary | |
| static class | Filters.Exclude | 
| static class | Filters.FilterElementan includes or excludes element | 
| static class | Filters.Include | 
| Field Summary | |
| static java.lang.String | DEFAULT_EXCLUDEdefault regexp to exclude everything | 
| protected  boolean | defaultExcludesay whether we should use the default excludes or not | 
| protected  java.util.Vector | filtersuser defined filters | 
| Constructor Summary | |
| Filters() | |
| Method Summary | |
|  void | addExclude(Filters.Exclude excl)exclude classes and methods from the analysis | 
|  void | addInclude(Filters.Include incl)include classes and methods in the analysis | 
|  void | setDefaultExclude(boolean value)Automatically exclude all classes and methods unless included in nested elements; optional, default true. | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final java.lang.String DEFAULT_EXCLUDE
protected boolean defaultExclude
protected java.util.Vector filters
| Constructor Detail | 
public Filters()
| Method Detail | 
public void setDefaultExclude(boolean value)
public void addInclude(Filters.Include incl)
public void addExclude(Filters.Exclude excl)
public java.lang.String toString()
toString in class java.lang.Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||