gov.nasa.pds.report.sawmill
Interface SawmillInterface

All Known Implementing Classes:
SawmillCommandLineRunner, SawmillScriptWriter

public interface SawmillInterface

Class that implement this interface will execute Sawmill commands in different ways.

Author:
resneck

Method Summary
 void runCommands(List<String> commandList)
          Run a List of provided commands in order
 

Method Detail

runCommands

void runCommands(List<String> commandList)
                 throws SawmillException
Run a List of provided commands in order

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.