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