org.apache.tools.ant.taskdefs.optional.sitraka
public class ReportFilters extends Object
| Nested Class Summary | |
|---|---|
| static class | ReportFilters.Exclude concrete exclude class |
| abstract static class | ReportFilters.FilterElement default abstract filter element class |
| static class | ReportFilters.Include concrete include class |
| Field Summary | |
|---|---|
| protected Vector | filters user defined filters |
| protected Vector | matchers cached matcher for each filter |
| Constructor Summary | |
|---|---|
| ReportFilters() | |
| Method Summary | |
|---|---|
| boolean | accept(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() |
Parameters: methodname the full method name in the format <classname><method>()