Logback API
Version 0.9.8

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

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.KeywordNode

public class KeywordNode
extends FormattingNode


Method Summary
 boolean equals(Object o)
           
 List getOptions()
           
 void setOptions(List optionList)
           
 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

getOptions

public List getOptions()

setOptions

public void setOptions(List optionList)

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.