public class ScriptParser extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static ScriptParser |
createFromFile(Reader scriptReader) |
static ScriptParser |
createFromScriptText(String script) |
OALScripts |
parse() |
public static ScriptParser createFromFile(Reader scriptReader) throws IOException
IOExceptionpublic static ScriptParser createFromScriptText(String script) throws IOException
IOExceptionpublic OALScripts parse() throws IOException
IOExceptionpublic void close()
Copyright © 2019 The Apache Software Foundation. All rights reserved.