public interface ScriptSplitter
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScriptSplitter.State
Splitter state
|
| Modifier and Type | Method and Description |
|---|---|
void |
state(ScriptSplitter.State state)
Forcibly set the splitter state
|
ScriptSplitter.State |
state(java.lang.String line)
Process next line and return a new state
|
ScriptSplitter.State state(java.lang.String line)
line - next sline to be processedvoid state(ScriptSplitter.State state)
state - new state;