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(since="2022-01-27") public class Matcher extends ContextAwareBase implements LifeCycle
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description Matcher()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetName()Deprecated.java.lang.StringgetRegex()Deprecated.booleanisCanonEq()Deprecated.booleanisCaseSensitive()Deprecated.booleanisStarted()Deprecated.booleanisUnicodeCase()Deprecated.booleanmatches(java.lang.String input)Deprecated.Checks whether the input matches the regular expression.voidsetCanonEq(boolean canonEq)Deprecated.voidsetCaseSensitive(boolean caseSensitive)Deprecated.voidsetName(java.lang.String name)Deprecated.voidsetRegex(java.lang.String regex)Deprecated.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
-
-
-
-
Method Detail
-
getRegex
public java.lang.String getRegex()
Deprecated.
-
setRegex
public void setRegex(java.lang.String regex)
Deprecated.
-
matches
public boolean matches(java.lang.String input) throws EvaluationExceptionDeprecated.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
public java.lang.String getName()
Deprecated.
-
setName
public void setName(java.lang.String name)
Deprecated.
-
-