public interface ScriptParser
| Modifier and Type | Method and Description |
|---|---|
String |
getNextStatement()
Gets the next statement out of the given script stream.
|
void |
init(Properties configuration,
Reader scriptReader)
Initializes the parser with the given configuration settings.
|
void init(Properties configuration, Reader scriptReader)
configuration - The config, not nullscriptReader - The script stream, not nullString getNextStatement()
Copyright © 2017. All rights reserved.