Package ch.qos.logback.core.boolex
Class Matcher
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.boolex.Matcher
- All Implemented Interfaces:
ContextAware,LifeCycle
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getRegex()booleanbooleanbooleanbooleanbooleanChecks whether the input matches the regular expression.voidsetCanonEq(boolean canonEq) voidsetCaseSensitive(boolean caseSensitive) voidvoidvoidsetUnicodeCase(boolean unicodeCase) voidstart()voidstop()Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
Matcher
public Matcher()
-
-
Method Details
-
getRegex
-
setRegex
-
start
-
stop
-
isStarted
-
matches
Checks whether the input matches the regular expression.- Parameters:
input-- Returns:
- Throws:
EvaluationException
-
isCanonEq
-
setCanonEq
-
isCaseSensitive
-
setCaseSensitive
-
isUnicodeCase
-
setUnicodeCase
-
getName
-
setName
-