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
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getRegex()
boolean
boolean
boolean
boolean
boolean
Checks whether the input matches the regular expression.void
setCanonEq
(boolean canonEq) void
setCaseSensitive
(boolean caseSensitive) void
void
void
setUnicodeCase
(boolean unicodeCase) void
start()
void
stop()
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
-