class PropertiesToken extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static PropertiesToken |
CR |
static PropertiesToken |
CRLF |
static PropertiesToken |
EOF |
static PropertiesToken |
ESCAPED_CR |
static PropertiesToken |
ESCAPED_CRLF |
static PropertiesToken |
ESCAPED_LF |
static PropertiesToken |
LF |
private static long |
serialVersionUID |
(package private) String |
text |
PropertiesTokenType |
type |
| Constructor and Description |
|---|
PropertiesToken(PropertiesTokenType type,
String text) |
| Modifier and Type | Method and Description |
|---|---|
static PropertiesToken |
eof() |
String |
toString() |
private static final long serialVersionUID
public static final PropertiesToken EOF
public static final PropertiesToken ESCAPED_CRLF
public static final PropertiesToken ESCAPED_CR
public static final PropertiesToken ESCAPED_LF
public static final PropertiesToken CRLF
public static final PropertiesToken CR
public static final PropertiesToken LF
public final PropertiesTokenType type
String text
public PropertiesToken(PropertiesTokenType type, String text)
public static PropertiesToken eof()
Copyright © 2011–2016 David R. Smith. All rights reserved.