Package deltix.qsrv.hf.tickdb.tool
Class TBMigrator
- java.lang.Object
-
- deltix.util.cmdline.DefaultApplication
-
- deltix.qsrv.hf.tickdb.tool.TBMigrator
-
public class TBMigrator extends deltix.util.cmdline.DefaultApplication
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTBMigrator.TBStreamMigrator
-
Field Summary
Fields Modifier and Type Field Description static java.util.logging.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description TBMigrator(java.lang.String[] args)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleException(java.lang.Throwable x)static voidmain(java.lang.String[] args)protected voidrun()-
Methods inherited from class deltix.util.cmdline.DefaultApplication
createDateFormat, createDecimalFormat, findArg, getArgs, getArgValue, getArgValue, getArgValues, getDateArg, getDateFormatSpec, getDefaultDateFormat, getDefaultTimeZone, getDoubleArgValue, getFileArg, getFileArgs, getIntArgValue, getLongArgValue, getMandatoryArgValue, getMandatoryFileArg, getTimeZone, isArgSpecified, parseDateTime, printException, printException, printUsage, printUsage, printUsageAndExit, start
-
-
-
-
Method Detail
-
run
protected void run() throws java.lang.Throwable- Specified by:
runin classdeltix.util.cmdline.DefaultApplication- Throws:
java.lang.Throwable
-
handleException
public void handleException(java.lang.Throwable x)
- Overrides:
handleExceptionin classdeltix.util.cmdline.DefaultApplication
-
main
public static void main(java.lang.String[] args)
-
-