Package ch.qos.logback.core.subst
Class Token
- java.lang.Object
-
- ch.qos.logback.core.subst.Token
-
public class Token extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classToken.Type
-
Field Summary
Fields Modifier and Type Field Description static TokenCURLY_LEFT_TOKENstatic TokenCURLY_RIGHT_TOKENstatic TokenDEFAULT_SEP_TOKENstatic TokenSTART_TOKEN
-
Constructor Summary
Constructors Constructor Description Token(Token.Type type, java.lang.String payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Token
public Token(Token.Type type, java.lang.String payload)
-
-