| 
 | ||||||||||
| 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.ReportFilters
Filters information from coverage, somewhat similar to a FileSet.
| Nested Class Summary | |
| static class | ReportFilters.Excludeconcrete exclude class | 
| static class | ReportFilters.FilterElementdefault abstract filter element class | 
| static class | ReportFilters.Includeconcrete include class | 
| Field Summary | |
| protected  java.util.Vector | filtersuser defined filters | 
| protected  java.util.Vector | matcherscached matcher for each filter | 
| Constructor Summary | |
| ReportFilters() | |
| Method Summary | |
|  boolean | accept(java.lang.String methodname)Check whether a given <classname><method>() is accepted by the list of filters or not. | 
|  void | addExclude(ReportFilters.Exclude excl) | 
|  void | addInclude(ReportFilters.Include incl) | 
| protected  void | createMatchers()should be called only once to cache matchers | 
|  int | size() | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected java.util.Vector filters
protected java.util.Vector matchers
| Constructor Detail | 
public ReportFilters()
| Method Detail | 
public void addInclude(ReportFilters.Include incl)
public void addExclude(ReportFilters.Exclude excl)
public int size()
public boolean accept(java.lang.String methodname)
methodname - the full method name in the format <classname><method>()protected void createMatchers()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||