public class ParamHistoryCopy
extends java.lang.Object
implements java.lang.Runnable
-DPARAMHISTORYFACTORY_CLASSNAME=com.isti.trinetwatch.params.sqlite.ParamHistoryFactorySQLiteFor example:
java -DPARAMHISTORYFACTORY_CLASSNAME=com.isti.trinetwatch.params.sqlite.ParamHistoryFactorySQLite -cp isti.snwserver.jar:isti.snwsqlite.jar com.isti.trinetwatch.server.ParamHistoryCopy history history_new
Constructor and Description |
---|
ParamHistoryCopy(java.io.File archiveDirectoryInput,
java.io.File archiveDirectoryOutput)
Create the Parameter History Copy program.
|
Modifier and Type | Method and Description |
---|---|
static void |
displayUsage(java.io.PrintStream out)
Display usage
|
static void |
main(java.lang.String[] args)
Parameter History Copy program.
|
void |
run() |