ch.qos.logback.core.rolling.helper
Class TokenConverter

java.lang.Object
  extended by ch.qos.logback.core.rolling.helper.TokenConverter

public class TokenConverter
extends Object

TokenConverter offers some basic functionality used by more specific token converters.

It basically sets up the chained architecture for tokens. It also forces derived classes to fix their type.

Since:
1.3
Author:
Ceki

Constructor Summary
protected TokenConverter(int t)
           
 
Method Summary
 TokenConverter getNext()
           
 int getType()
           
 void setNext(TokenConverter next)
           
 void setType(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenConverter

protected TokenConverter(int t)
Method Detail

getNext

public TokenConverter getNext()

setNext

public void setNext(TokenConverter next)

getType

public int getType()

setType

public void setType(int i)


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