ch.qos.logback.core.pattern.parser
Class Parser<E>
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.pattern.parser.Parser<E>
- All Implemented Interfaces:
- ContextAware
public class Parser<E>
- extends ContextAwareBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parser
public Parser(String pattern)
throws ScanException
- Throws:
ScanException
parse
public Node parse()
throws ScanException
- Throws:
ScanException
compile
public Converter<E> compile(Node top,
Map converterMap)
- When the parsing step is done, the Node list can be transformed into a
converter chain.
- Parameters:
top
- converterMap
-
- Returns:
-
- Throws:
ScanException
Copyright © 2005-2008 QOS.ch. All Rights Reserved.