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 StringgetName()Deprecated.StringgetRegex()Deprecated.booleanisCanonEq()Deprecated.booleanisCaseSensitive()Deprecated.booleanisStarted()Deprecated.booleanisUnicodeCase()Deprecated.booleanmatches(String input)Deprecated.Checks whether the input matches the regular expression.voidsetCanonEq(boolean canonEq)Deprecated.voidsetCaseSensitive(boolean caseSensitive)Deprecated.voidsetName(String name)Deprecated.voidsetRegex(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 String getRegex()
Deprecated.
-
setRegex
public void setRegex(String regex)
Deprecated.
-
matches
public boolean matches(String input) throws EvaluationException
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
public String getName()
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
-