| | |
| | | if (!running) |
| | | { |
| | | updateProgress(getFormattedError(INFO_SUMMARY_START_ERROR.get()), |
| | | getFormattedError(INFO_ERROR_STARTING_SERVER_GENERIC.get(), |
| | | getFormattedError(ERR_STARTING_SERVER_GENERIC.get(), |
| | | true)); |
| | | } |
| | | else |
| | |
| | | |
| | | /** |
| | | * Returns the formatted representation of a progress message for a given |
| | | * text. |
| | | * @param text the source text from which we want to get the formatted |
| | | * representation |
| | | * @return the formatted representation of a progress message for the given |
| | | * text. |
| | | */ |
| | | private Message getFormattedProgress(Message text) |
| | | { |
| | | return formatter.getFormattedProgress(text); |
| | | } |
| | | |
| | | /** |
| | | * Returns the formatted representation of a progress message for a given |
| | | * text with a line feed at the end. |
| | | * @param text the source text from which we want to get the formatted |
| | | * representation |