for (int j = 0; j < fileHolder.destFiles.length; j++) {
File destFile = new File(fileHolder.destFiles[j]);
// See if there is a JdirWatch object associated with destLocation.
WakeAble wakeAble = CallbackRegistry.getFromWakeAbleRegistry(
destFile.getParent().toString());
// Wake up any WakeAble (implemented by JdirWatch)
// watching the srcDoneLocation.
if (wakeAble != null) {
wakeAble.wakeUp();
}
}
// If test mode, and all items on list processed, exit.
if (Console.getConsoleMode("9") &&