edu.stanford.nlp.util.logging
Class Redwood.RecordHandlerTree
java.lang.Object
edu.stanford.nlp.util.logging.Redwood.RecordHandlerTree
- All Implemented Interfaces:
- Iterable<LogRecordHandler>
- Enclosing class:
- Redwood
protected static class Redwood.RecordHandlerTree
- extends Object
- implements Iterable<LogRecordHandler>
A tree structure of record handlers
Redwood.RecordHandlerTree
public Redwood.RecordHandlerTree()
Redwood.RecordHandlerTree
public Redwood.RecordHandlerTree(LogRecordHandler head)
head
public LogRecordHandler head()
children
public Iterator<Redwood.RecordHandlerTree> children()
addChild
public void addChild(LogRecordHandler handler)
removeChild
public LogRecordHandler removeChild(LogRecordHandler handler)
find
public Redwood.RecordHandlerTree find(LogRecordHandler toFind)
iterator
public Iterator<LogRecordHandler> iterator()
- Specified by:
iterator
in interface Iterable<LogRecordHandler>
toString
public String toString()
- Overrides:
toString
in class Object
Stanford NLP Group