| | |
| | | import org.opends.quicksetup.ui.UIFactory; |
| | | import org.opends.quicksetup.util.Utils; |
| | | |
| | | import static org.forgerock.util.Utils.*; |
| | | import static org.opends.messages.QuickSetupMessages.*; |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | |
| | | /** |
| | | * A class used to describe the java arguments for a given command-line. |
| | |
| | | } |
| | | else |
| | | { |
| | | msg = LocalizableMessage.raw(collectionToString(lines, "<br>")); |
| | | msg = LocalizableMessage.raw(joinAsString("<br>", lines)); |
| | | } |
| | | } |
| | | return msg; |
| | |
| | | { |
| | | l.add(Utils.escapeCommandLineValue(arg)); |
| | | } |
| | | return Utils.getStringFromCollection(l, " "); |
| | | return joinAsString(" ", l); |
| | | } |
| | | |
| | | /** |