public class ReportServiceManager
extends java.lang.Object
Constructor and Description |
---|
ReportServiceManager() |
Modifier and Type | Method and Description |
---|---|
void |
addProfileFilter(java.lang.String key,
java.lang.String pattern) |
void |
backupStaging()
Backup the contents of the staging directory
|
void |
buildSawmillDB(boolean rebuild)
Update or rebuild the Sawmill database for each profile
|
void |
cleanup()
Remove all logs from the staging directory and any old logs from final
and backup
|
void |
createStagingDirTree() |
void |
generateReports(java.lang.String runName)
Generate Sawmill reports.
|
void |
listProfiles(java.lang.String node) |
void |
outputSawmillOps()
Output all Sawmill operation previously specified in a manner
determined by the implementation of SawmillInterface being used
|
void |
processLogs() |
void |
pullLogs() |
void |
readProfiles() |
public void addProfileFilter(java.lang.String key, java.lang.String pattern) throws ReportManagerException
ReportManagerException
public void createStagingDirTree() throws ReportManagerException
ReportManagerException
public void readProfiles() throws java.io.IOException
java.io.IOException
public void pullLogs()
public void processLogs()
public void buildSawmillDB(boolean rebuild)
rebuild
- Whether to rebuild the Sawmill database for each
profilepublic void generateReports(java.lang.String runName)
public void outputSawmillOps()
public void backupStaging()
public void cleanup()
public void listProfiles(java.lang.String node)
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.