public class TemplateParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BLOCK_TOKEN |
static String |
EOF_TOKEN |
static String |
EOL_TOKEN |
| Constructor and Description |
|---|
TemplateParser(String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getTemplatePath() |
String |
location() |
void |
open() |
String |
readNext() |
public static final String BLOCK_TOKEN
public static final String EOF_TOKEN
public static final String EOL_TOKEN
public TemplateParser(String path)
Copyright © 2016 Oliver Rode. All rights reserved.