| | |
| | | |
| | | if (!destination.exists()) { |
| | | if (Utils.insureParentsExist(destination)) { |
| | | if (application != null) { |
| | | if ((application != null) && application.isVerbose()) { |
| | | application.notifyListeners(application.getFormattedWithPoints( |
| | | INFO_PROGRESS_COPYING_FILE.get( |
| | | objectFile.getAbsolutePath(), |
| | |
| | | } |
| | | } |
| | | |
| | | if (application != null) { |
| | | if ((application != null) && application.isVerbose()) { |
| | | application.notifyListeners( |
| | | application.getFormattedDoneWithLineBreak()); |
| | | } |
| | |
| | | File file = getObjectFile(); |
| | | boolean isFile = file.isFile(); |
| | | |
| | | if (application != null) { |
| | | if ((application != null) && application.isVerbose()) { |
| | | if (isFile) { |
| | | application.notifyListeners(application.getFormattedWithPoints( |
| | | INFO_PROGRESS_DELETING_FILE.get(file.getAbsolutePath()))); |
| | |
| | | errMsg, null); |
| | | } |
| | | |
| | | if (application != null) { |
| | | if ((application != null) && application.isVerbose()) { |
| | | application.notifyListeners( |
| | | application.getFormattedDoneWithLineBreak()); |
| | | } |