gov.nasa.pds.report.sawmill
Class ProfileConfigUtil

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

public class ProfileConfigUtil
extends Object

This class creates a Sawmill profile on the fly for a new profile. FIXME This needs to be updated to use the new profile config and also the built in command-line function create_profile_from_template for Sawmill: http://www.sawmill.net/cgi-bin/sawmill8/docs/sawmill.cgi?dp=docs.option&option_name=command_line.action

Author:
jpadams

Constructor Summary
ProfileConfigUtil(String logPath, String localPath, String profileHome, String profileName)
           
 
Method Summary
 void addSource(int setNumber)
          Builds the configuration for Sawmill profile
 void createProfile(boolean isNewProfile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileConfigUtil

public ProfileConfigUtil(String logPath,
                         String localPath,
                         String profileHome,
                         String profileName)
                  throws IOException
Throws:
IOException
Method Detail

addSource

public void addSource(int setNumber)
Builds the configuration for Sawmill profile

Throws:
IOException

createProfile

public void createProfile(boolean isNewProfile)
                   throws IOException
Throws:
IOException


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