Class CompositeNode
java.lang.Object
ch.qos.logback.core.pattern.parser.Node
ch.qos.logback.core.pattern.parser.FormattingNode
ch.qos.logback.core.pattern.parser.SimpleKeywordNode
ch.qos.logback.core.pattern.parser.CompositeNode
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.pattern.parser.SimpleKeywordNode
optionList
Fields inherited from class ch.qos.logback.core.pattern.parser.FormattingNode
formatInfo
Fields inherited from class ch.qos.logback.core.pattern.parser.Node
COMPOSITE_KEYWORD, LITERAL, next, SIMPLE_KEYWORD, type, value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setChildNode
(Node childNode) toString()
Methods inherited from class ch.qos.logback.core.pattern.parser.SimpleKeywordNode
getOptions, setOptions
Methods inherited from class ch.qos.logback.core.pattern.parser.FormattingNode
getFormatInfo, setFormatInfo
-
Field Details
-
childNode
Node childNode
-
-
Constructor Details
-
CompositeNode
CompositeNode(String keyword)
-
-
Method Details
-
getChildNode
-
setChildNode
-
equals
- Overrides:
equals
in classSimpleKeywordNode
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSimpleKeywordNode
-
toString
- Overrides:
toString
in classSimpleKeywordNode
-