T
- self typepublic abstract class ReporterConfigSupport<T extends ReporterConfigSupport<T>> extends Object
Constructor and Description |
---|
ReporterConfigSupport() |
Modifier and Type | Method and Description |
---|---|
T |
excludeFilter(String excludeFilter)
Set the exclude metric filter expression of the reporter.
|
String |
getExcludeFilter()
The exclude metric filter expression of the reporter.
|
String |
getIncludeFilter()
The include metric filter expression of the reporter.
|
T |
includeFilter(String includeFilter)
Set the include metric filter of the reporter.
|
public String getIncludeFilter()
public T includeFilter(String includeFilter)
includeFilter
- the regular expression to match on.this
public String getExcludeFilter()