throw new CmdLineException("Exiting...");
}
}
private void postParse() throws CmdLineException {
for (String packageName : new ColonDelimitedStringParser(wl).getStrings()) {
whitelist.addPackage(packageName);
}
if (entryList.isEmpty()) {
entryList.add("");
}