public class MailcapTokenizer extends Object
Modifier and Type | Field and Description |
---|---|
static int |
EOI_TOKEN |
static int |
EQUALS_TOKEN |
static int |
SEMICOLON_TOKEN |
static int |
SLASH_TOKEN |
static int |
START_TOKEN |
static int |
STRING_TOKEN |
static int |
UNKNOWN_TOKEN |
Constructor and Description |
---|
MailcapTokenizer(String inputString)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getCurrentToken()
Retrieve current token.
|
String |
getCurrentTokenValue() |
static String |
nameForToken(int token) |
int |
nextToken() |
void |
setIsAutoquoting(boolean value)
Set whether auto-quoting is on or off.
|
public static final int UNKNOWN_TOKEN
public static final int START_TOKEN
public static final int STRING_TOKEN
public static final int EOI_TOKEN
public static final int SLASH_TOKEN
public static final int SEMICOLON_TOKEN
public static final int EQUALS_TOKEN
public MailcapTokenizer(String inputString)
public void setIsAutoquoting(boolean value)
public int getCurrentToken()
public static String nameForToken(int token)
public String getCurrentTokenValue()
public int nextToken()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.