|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScriptParser
An interface for a parser that can parse statements out of a script.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void init(Properties configuration,
Reader scriptReader)
configuration - The config, not nullscriptReader - The script stream, not nullString getNextStatement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||