| Constructor and Description |
|---|
ScriptImpl()
Creates a script.
|
ScriptImpl(List<String> lines)
Creates a script.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getLines()
Returns the lines of the script.
|
String |
getText()
Returns the script as text.
|
public ScriptImpl()
Creates a script.
public ScriptImpl(List<String> lines)
Creates a script.
lines - The lines.IllegalArgumentException - If the lines are null.Copyright © 2015–2019. All rights reserved.