|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getNextStatement()
Gets the next statement out of the given script stream. |
void |
init(java.util.Properties configuration,
java.io.Reader scriptReader)
Initializes the parser with the given configuration settings. |
| Method Detail |
|---|
void init(java.util.Properties configuration,
java.io.Reader scriptReader)
configuration - The config, not nullscriptReader - The script stream, not nulljava.lang.String getNextStatement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||