| Package | Description |
|---|---|
| ch.qos.logback.core.pattern.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeNode |
class |
FormattingNode |
class |
SimpleKeywordNode |
| Modifier and Type | Method and Description |
|---|---|
Node |
CompositeNode.getChildNode() |
Node |
Node.getNext() |
Node |
Parser.parse() |
| Modifier and Type | Method and Description |
|---|---|
Converter<E> |
Parser.compile(Node top,
Map converterMap)
When the parsing step is done, the Node list can be transformed into a
converter chain.
|
void |
CompositeNode.setChildNode(Node childNode) |
void |
Node.setNext(Node next) |
Copyright © 2005–2014 QOS.ch. All rights reserved.