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