ch.qos.logback.core.subst
Class Node

java.lang.Object
  extended by ch.qos.logback.core.subst.Node

public class Node
extends Object


Constructor Summary
Node(ch.qos.logback.core.subst.Node.Type type, Object payload)
           
Node(ch.qos.logback.core.subst.Node.Type type, Object payload, Object defaultPart)
           
 
Method Summary
 void dump()
           
 boolean equals(Object o)
           
 int hashCode()
           
 void setNext(Node n)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Node

public Node(ch.qos.logback.core.subst.Node.Type type,
            Object payload)

Node

public Node(ch.qos.logback.core.subst.Node.Type type,
            Object payload,
            Object defaultPart)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

dump

public void dump()

setNext

public void setNext(Node n)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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