gov.nasa.pds.report.sawmill
Class SawmillCommandLineRunner
java.lang.Object
gov.nasa.pds.report.sawmill.SawmillCommandLineRunner
- All Implemented Interfaces:
- SawmillInterface
public class SawmillCommandLineRunner
- extends Object
- implements SawmillInterface
Class that interacts with Sawmill CLI and rebuilds/updates
Sawmill databases.
- Author:
- jpadams, resneck
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SawmillCommandLineRunner
public SawmillCommandLineRunner()
runCommands
public void runCommands(List<String> commandList)
throws SawmillException
- Description copied from interface:
SawmillInterface
- Run a
List
of provided commands in order
- Specified by:
runCommands
in interface SawmillInterface
- Parameters:
commandList
- The List
of commands to run
- Throws:
SawmillException
- If the provided List is empty or an error occurs
Copyright © 2010–2015 Planetary Data System. All rights reserved.