Logger.getLogger(DownloadManager.class.getName()).debug(
"Updates Information File Downloaded Successfully");
Logger.getLogger(DownloadManager.class.getName()).debug(
"Parsing Updates Information File");
XMLInterpreter xmlUpdates = new XMLInterpreter(path + "/updates.xml");
Logger.getLogger(DownloadManager.class.getName()).debug(
"Checking remaining updates.");
updatesCant = UpdateManager.getLastUpdate()
- Integer.parseInt(ConfigurationManager.getProperty("APP_UPDATE"));