gov.nasa.pds.report.sawmill
Class SawmillCommandLineRunner

java.lang.Object
  extended by 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

Constructor Summary
SawmillCommandLineRunner()
           
 
Method Summary
 void runCommands(List<String> commandList)
          Run a List of provided commands in order
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SawmillCommandLineRunner

public SawmillCommandLineRunner()
Method Detail

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.