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.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.Checks whether the input matches the regular expression.voidsetCanonEq(boolean canonEq) Deprecated.voidsetCaseSensitive(boolean caseSensitive) Deprecated.voidDeprecated.voidDeprecated.voidsetUnicodeCase(boolean unicodeCase) Deprecated.voidstart()Deprecated.voidstop()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.
-