Logback API
Version 0.9.8

ch.qos.logback.core.pattern.parser
Class CompositeNode

java.lang.Object
  extended by ch.qos.logback.core.pattern.parser.Node
      extended by ch.qos.logback.core.pattern.parser.FormattingNode
          extended by ch.qos.logback.core.pattern.parser.CompositeNode

public class CompositeNode
extends FormattingNode


Method Summary
 boolean equals(Object o)
           
 Node getChildNode()
           
 void setChildNode(Node childNode)
           
 String toString()
           
 
Methods inherited from class ch.qos.logback.core.pattern.parser.FormattingNode
getFormatInfo, setFormatInfo
 
Methods inherited from class ch.qos.logback.core.pattern.parser.Node
getNext, getType, getValue, setNext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getChildNode

public Node getChildNode()

setChildNode

public void setChildNode(Node childNode)

equals

public boolean equals(Object o)
Overrides:
equals in class FormattingNode

toString

public String toString()
Overrides:
toString in class Node

Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.