public abstract class EventMatchers extends Object
Constructor and Description |
---|
EventMatchers() |
Modifier and Type | Method and Description |
---|---|
static EventMatcher |
and(EventMatcher... matchers) |
static EventMatcher |
falseMatcher() |
static Field |
field(String name) |
static EventMatcher |
or(EventMatcher... matchers) |
static EventMatcher |
trueMatcher() |
static EventMatcher |
ueiMatcher(String uei) |
static EventMatcher |
valueEqualsMatcher(Field field,
String value) |
static EventMatcher |
valueMatchesRegexMatcher(Field field,
String value) |
static EventMatcher |
valueStartsWithMatcher(Field field,
String value) |
static Field |
varbind(int vbnumber) |
public static EventMatcher falseMatcher()
public static EventMatcher trueMatcher()
public static EventMatcher ueiMatcher(String uei)
public static EventMatcher and(EventMatcher... matchers)
public static EventMatcher or(EventMatcher... matchers)
public static Field varbind(int vbnumber)
public static EventMatcher valueStartsWithMatcher(Field field, String value)
public static EventMatcher valueMatchesRegexMatcher(Field field, String value)
public static EventMatcher valueEqualsMatcher(Field field, String value)
Copyright © 2021. All rights reserved.