gov.nasa.pds.report.sawmill
Class SawmillClient

java.lang.Object
  extended by gov.nasa.pds.report.sawmill.SawmillClient

public class SawmillClient
extends Object

Class that interacts with Sawmill CLI and rebuilds/updates Sawmill databases.

Author:
jpadams

Constructor Summary
SawmillClient()
           
 
Method Summary
 void execute(String sawmillHome, String profileName, boolean isNewProfile)
          Executes the Sawmill CLI with the various flags and specifications required to build a specific profile's database
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SawmillClient

public SawmillClient()
Method Detail

execute

public void execute(String sawmillHome,
                    String profileName,
                    boolean isNewProfile)
             throws Exception
Executes the Sawmill CLI with the various flags and specifications required to build a specific profile's database

Parameters:
sawmillHome -
profileName -
isNewProfile -
Throws:
Exception


Copyright © 2010–2014 Planetary Data System. All rights reserved.