public class SawmillScriptWriter extends java.lang.Object implements SawmillInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SCRIPT_NAME |
Constructor and Description |
---|
SawmillScriptWriter() |
Modifier and Type | Method and Description |
---|---|
void |
runCommands(java.util.List<java.lang.String> commandList)
Run a
List of provided commands in order |
public static final java.lang.String SCRIPT_NAME
public void runCommands(java.util.List<java.lang.String> commandList) throws SawmillException
SawmillInterface
List
of provided commands in orderrunCommands
in interface SawmillInterface
commandList
- The List
of commands to runSawmillException
- If the provided List is empty or an error occursCopyright © 2010-2019 Planetary Data System. All Rights Reserved.