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
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Deprecated.getRegex()
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.Checks whether the input matches the regular expression.void
setCanonEq
(boolean canonEq) Deprecated.void
setCaseSensitive
(boolean caseSensitive) Deprecated.void
Deprecated.void
Deprecated.void
setUnicodeCase
(boolean unicodeCase) Deprecated.void
start()
Deprecated.void
stop()
Deprecated.Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Constructor Details
-
Matcher
public Matcher()Deprecated.
-
-
Method Details
-
getRegex
Deprecated. -
setRegex
Deprecated. -
start
public void start()Deprecated. -
stop
public void stop()Deprecated. -
isStarted
public boolean isStarted()Deprecated. -
matches
Deprecated.Checks whether the input matches the regular expression.- Parameters:
input
-- Returns:
- Throws:
EvaluationException
-
isCanonEq
public boolean isCanonEq()Deprecated. -
setCanonEq
public void setCanonEq(boolean canonEq) Deprecated. -
isCaseSensitive
public boolean isCaseSensitive()Deprecated. -
setCaseSensitive
public void setCaseSensitive(boolean caseSensitive) Deprecated. -
isUnicodeCase
public boolean isUnicodeCase()Deprecated. -
setUnicodeCase
public void setUnicodeCase(boolean unicodeCase) Deprecated. -
getName
Deprecated. -
setName
Deprecated.
-