public interface SawmillInterface
Modifier and Type | Method and Description |
---|---|
void |
runCommands(List<String> commandList)
Run a
List of provided commands in order |
void runCommands(List<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–2016 Planetary Data System. All rights reserved.