Class TokenConverter
java.lang.Object
ch.qos.logback.core.rolling.helper.TokenConverter
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNext()
int
getType()
void
setNext
(TokenConverter next) void
setType
(int i)
-
Field Details
-
IDENTITY
static final int IDENTITY- See Also:
-
INTEGER
static final int INTEGER- See Also:
-
DATE
static final int DATE- See Also:
-
type
int type -
next
TokenConverter next
-
-
Constructor Details
-
TokenConverter
protected TokenConverter(int t)
-
-
Method Details
-
getNext
-
setNext
-
getType
public int getType() -
setType
public void setType(int i)
-