public interface ScriptBuilder
A builder for a script.
| Modifier and Type | Method and Description |
|---|---|
void |
buildScript(DataTarget target,
Script script)
Builds a script.
|
void buildScript(DataTarget target, Script script) throws IOException, BuildException
Builds a script.
target - The target.script - The script.IllegalArgumentException - If any of the parameters are null.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.