public class IntegrityCheckAncestors extends java.lang.Object implements ReportCollector, ICConstants, ScriptApp
AncestorCheck
IC_ALLREPAIRS, IC_CANCEL, IC_CHECK, IC_CHECKDONE, IC_NOTAPPLY, IC_REPAIR, IC_REPORT, IC_TENANT
PauseLogging, Redirect, RedirectLine, ResumeLogging, ScriptApp, ScriptAppClose, ScriptAppComment
Constructor and Description |
---|
IntegrityCheckAncestors()
Constructor
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getTimeFileName(java.lang.String prefix) |
static void |
main(java.lang.String[] args)
Main entry.
|
void |
report(Report report)
Called when there is some issue to report.
|
public static void main(java.lang.String[] args)
args
- First argument is the location of the maximo.properties file. If not given, " ..\..\applications\maximo\properties\maximo.properties" is used.
2nd argument may be -r, for doing repairspublic void report(Report report) throws java.lang.Exception
ReportCollector
report
in interface ReportCollector
java.lang.Exception
public static java.lang.String getTimeFileName(java.lang.String prefix)