| | |
| | | * |
| | | * |
| | | * Copyright 2007-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | * Portions Copyright 2011-2014 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.quicksetup.util; |
| | | |
| | | import org.opends.messages.Message; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import static org.opends.messages.QuickSetupMessages.*; |
| | | |
| | | import org.opends.quicksetup.ApplicationException; |
| | |
| | | ratioBeforeCompleted, ratioWhenCompleted, permissions); |
| | | |
| | | } catch (IOException ioe) { |
| | | Message errorMsg = |
| | | LocalizableMessage errorMsg = |
| | | Utils.getThrowableMsg( |
| | | INFO_ERROR_COPYING.get(entry.getName()), ioe); |
| | | |
| | |
| | | } |
| | | |
| | | } catch (IOException ioe) { |
| | | Message errorMsg = |
| | | LocalizableMessage errorMsg = |
| | | Utils.getThrowableMsg( |
| | | INFO_ERROR_ZIP_STREAM.get(zipFileName), ioe); |
| | | throw new ApplicationException( |
| | |
| | | throws IOException |
| | | { |
| | | if (application != null) { |
| | | Message progressSummary = |
| | | LocalizableMessage progressSummary = |
| | | INFO_PROGRESS_EXTRACTING.get(Utils.getPath(destination)); |
| | | if (application.isVerbose()) |
| | | { |