public class OnLoadFilters
extends java.lang.Object
IOnLoadFilter
sModifier and Type | Field and Description |
---|---|
static IOnLoadFilter |
ALLOW_ALL_FILTER |
Constructor and Description |
---|
OnLoadFilters() |
Modifier and Type | Method and Description |
---|---|
static IOnLoadFilter |
excludeEvents(java.util.Collection<java.lang.String> excludedTypeIds)
Filter that disallows a specified set of events.
|
static IOnLoadFilter |
excludeEvents(java.util.regex.Pattern excludeRegexp)
Filter that disallows a specified set of events.
|
static IOnLoadFilter |
includeEvents(java.util.Collection<java.lang.String> includedTypeIds)
Filter that allows a specified set of events.
|
static IOnLoadFilter |
includeEvents(java.util.regex.Pattern includeRegexp)
Filter that allows a specified set of events.
|
public static final IOnLoadFilter ALLOW_ALL_FILTER
public static IOnLoadFilter includeEvents(java.util.Collection<java.lang.String> includedTypeIds)
includedTypeIds
- the event type ids to includepublic static IOnLoadFilter excludeEvents(java.util.Collection<java.lang.String> excludedTypeIds)
excludedTypeIds
- the event type ids to excludepublic static IOnLoadFilter includeEvents(java.util.regex.Pattern includeRegexp)
includeRegexp
- regular expression for which event type ids to includepublic static IOnLoadFilter excludeEvents(java.util.regex.Pattern excludeRegexp)
excludeRegexp
- regular expression for which event type ids to exclude