Package | Description |
---|---|
gov.nasa.pds.report.sawmill | |
gov.nasa.pds.report.util |
Modifier and Type | Method and Description |
---|---|
void |
PDSSawmillManager.buildDatabase(java.lang.String profileName) |
void |
SawmillManager.buildDatabase(java.lang.String profileName)
Add a Sawmill command to the queue to rebuild the database for a given
Sawmill profile.
|
void |
PDSSawmillManager.generateReport(java.lang.String profileName,
java.lang.String reportName,
java.lang.String outputPath) |
void |
SawmillManager.generateReport(java.lang.String profileName,
java.lang.String reportName,
java.lang.String outputPath)
Add a Sawmill command to the queue to generate a report specified using
the given Sawmill profile and report at the given location.
|
void |
SawmillManager.outputCommands()
Make the queued Sawmill commands execute in a manner determined by the
SawmillInterface implementation being used.
|
void |
SawmillScriptWriter.runCommands(java.util.List<java.lang.String> commandList) |
void |
SawmillInterface.runCommands(java.util.List<java.lang.String> commandList)
Run a
List of provided commands in order |
void |
SawmillCommandLineRunner.runCommands(java.util.List<java.lang.String> commandList) |
void |
PDSSawmillManager.updateDatabase(java.lang.String profileName) |
void |
SawmillManager.updateDatabase(java.lang.String profileName)
Add a Sawmill command to the queue to update the database for a given
Sawmill profile.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
SawmillUtil.formatSawmillCommand(java.lang.String command,
boolean filterDates)
Accept the Sawmill operation flags and values and add the common command
component (i.e.
|
static java.lang.String |
SawmillUtil.getSawmillHome()
Get the value of the Sawmill home property (the directory where the
Sawmill executable resides) and validate the property if we have not yet
done so
|
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.