|
ReportFilters (Apache Ant API)
org.apache.tools.ant.taskdefs.optional.sitraka
|
Nested Class Summary | |
static class |
ReportFilters.Exclude
concrete exclude class |
static class |
ReportFilters.FilterElement
default abstract filter element class |
static class |
ReportFilters.Include
concrete include class |
Field Summary | |
protected java.util.Vector |
filters
user defined filters |
protected java.util.Vector |
matchers
cached 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 |