| Package | Description |
|---|---|
| asia.redact.bracket.properties.line |
| Modifier and Type | Field and Description |
|---|---|
static PropertiesToken |
PropertiesToken.CR |
static PropertiesToken |
PropertiesToken.CRLF |
static PropertiesToken |
PropertiesToken.EOF |
static PropertiesToken |
PropertiesToken.ESCAPED_CR |
static PropertiesToken |
PropertiesToken.ESCAPED_CRLF |
static PropertiesToken |
PropertiesToken.ESCAPED_LF |
static PropertiesToken |
PropertiesToken.LF |
| Modifier and Type | Method and Description |
|---|---|
static PropertiesToken |
PropertiesToken.eof() |
private PropertiesToken |
Line.nominalEnding() |
| Modifier and Type | Method and Description |
|---|---|
List<PropertiesToken> |
Line.tokens()
Tokenize a line of text from a properties file.
|
Copyright © 2011–2016 David R. Smith. All rights reserved.