| | |
| | | import org.opends.server.util.SetupUtils; |
| | | import org.opends.server.util.StaticUtils; |
| | | |
| | | import static org.forgerock.util.Utils.*; |
| | | import static org.opends.messages.QuickSetupMessages.*; |
| | | import static org.opends.quicksetup.Step.*; |
| | | import static org.opends.quicksetup.util.Utils.*; |
| | |
| | | if (isVerbose()) |
| | | { |
| | | mb.append(getFormattedProgress(INFO_PROGRESS_IMPORTING_LDIFS.get( |
| | | getStringFromCollection(ldifPaths, ", ")))); |
| | | joinAsString(", ", ldifPaths)))); |
| | | mb.append(getLineBreak()); |
| | | } |
| | | else |
| | | { |
| | | mb.append(getFormattedProgress( |
| | | INFO_PROGRESS_IMPORTING_LDIFS_NON_VERBOSE.get( |
| | | getStringFromCollection(ldifPaths, ", ")))); |
| | | joinAsString(", ", ldifPaths)))); |
| | | } |
| | | } |
| | | else |
| | |
| | | ae = new ApplicationException( |
| | | ReturnCode.IMPORT_ERROR, |
| | | getThrowableMsg(INFO_ERROR_IMPORT_AUTOMATICALLY_GENERATED.get( |
| | | listToString(argList, " "), t.getLocalizedMessage()), t), |
| | | joinAsString(" ", argList), t.getLocalizedMessage()), t), |
| | | t); |
| | | } |
| | | finally |