org.apache.tools.ant.taskdefs.optional.sitraka

Class Filters.FilterElement

public abstract static class Filters.FilterElement extends Object

an includes or excludes element
Field Summary
protected Stringclazz
protected booleanenabled
protected Stringmethod
Method Summary
voidsetClass(String value)
The classname mask as a simple regular expression; optional, defaults to "*"
voidsetEnabled(boolean value)
enable or disable the filter; optional, default true
voidsetMethod(String value)
The method mask as a simple regular expression; optional, defaults to "*"
voidsetName(String value)
this one is deprecated.
StringtoString()

Field Detail

clazz

protected String clazz

enabled

protected boolean enabled

method

protected String method

Method Detail

setClass

public void setClass(String value)
The classname mask as a simple regular expression; optional, defaults to "*"

setEnabled

public void setEnabled(boolean value)
enable or disable the filter; optional, default true

setMethod

public void setMethod(String value)
The method mask as a simple regular expression; optional, defaults to "*"

setName

public void setName(String value)
this one is deprecated.

UNKNOWN: ignore="true"

toString

public String toString()
Copyright