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, java.lang.Object value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.List<java.lang.String> getOptions()
           
 void setOptions(java.util.List<java.lang.String> optionList)
           
 java.lang.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
 

Constructor Detail

SimpleKeywordNode

protected SimpleKeywordNode(int type,
                            java.lang.Object value)
Method Detail

getOptions

public java.util.List<java.lang.String> getOptions()

setOptions

public void setOptions(java.util.List<java.lang.String> optionList)

equals

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

toString

public java.lang.String toString()
Overrides:
toString in class Node