| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Copyright 2008-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package org.opends.quicksetup; |
| | |
| | | } |
| | | |
| | | /** |
| | | * Conditionally notifies listeners of the log file if it |
| | | * has been initialized. |
| | | */ |
| | | protected void notifyListenersOfLogAfterError() { |
| | | File logFile = QuickSetupLog.getLogFile(); |
| | | if (logFile != null) { |
| | | notifyListeners(getFormattedProgress( |
| | | INFO_GENERAL_PROVIDE_LOG_IN_ERROR.get(logFile.getPath()))); |
| | | notifyListeners(getLineBreak()); |
| | | } |
| | | } |
| | | |
| | | /** |
| | | * Writes an initial record in the installation's historical |
| | | * log describing moving from one version to another. |
| | | * @param fromVersion from with install will be migrated |