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

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.SimpleKeywordNode
Direct Known Subclasses:
CompositeNode

public class SimpleKeywordNode
extends FormattingNode


Constructor Summary
protected SimpleKeywordNode(int type, Object value)
           
 
Method Summary
 boolean equals(Object o)
           
 List<String> getOptions()
           
 int hashCode()
           
 void setOptions(List<String> 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, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleKeywordNode

protected SimpleKeywordNode(int type,
                            Object value)
Method Detail

getOptions

public List<String> getOptions()

setOptions

public void setOptions(List<String> optionList)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class FormattingNode

toString

public String toString()
Overrides:
toString in class Node


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