String fromFormat = CmdUtils.valueOf(options, "from-format", null);
String toFormat = CmdUtils.valueOf(options, "to-format", null);
if(!isValidFormat(fromFormat) || !isValidFormat(toFormat)) {
parser.printHelpOn(System.err);
System.exit(0);
}
Integer logFileSize = CmdUtils.valueOf(options, "je-log-size", 60);
Integer nodeMax = CmdUtils.valueOf(options, "btree-nodemax", 512);