Searched refs:i18nMsg (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DLauncher.java165 * @param i18nMsg localized user message that will be printed to the terminal.
169 protected void printUsage(String i18nMsg, boolean toStdErr) { argument
172 System.err.println(i18nMsg);
176 System.out.println(i18nMsg);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DLauncher.java166 * @param i18nMsg localized user message that will be printed to the terminal.
170 protected void printUsage(String i18nMsg, boolean toStdErr) { argument
173 System.err.println(i18nMsg);
177 System.out.println(i18nMsg);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DLauncher.java166 * @param i18nMsg localized user message that will be printed to the terminal.
170 protected void printUsage(String i18nMsg, boolean toStdErr) { argument
173 System.err.println(i18nMsg);
177 System.out.println(i18nMsg);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DLauncher.java165 * @param i18nMsg localized user message that will be printed to the terminal.
169 protected void printUsage(String i18nMsg, boolean toStdErr) { argument
172 System.err.println(i18nMsg);
176 System.out.println(i18nMsg);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DLauncher.java169 * @param i18nMsg localized user message that will be printed to the terminal.
173 protected void printUsage(String i18nMsg, boolean toStdErr) { argument
176 System.err.println(i18nMsg);
180 System.out.println(i18nMsg);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DLauncher.java159 * @param i18nMsg localized user message that will be printed to the terminal.
163 protected void printUsage(String i18nMsg, boolean toStdErr) { argument
166 System.err.println(i18nMsg);
170 System.out.println(i18nMsg);

Completed in 23 milliseconds