private void dumpCurrentConfigAndExit() {
   System.out.println(dumpConfiguration(jadConfig.dump()));
   System.exit(0);
 }