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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DLauncher.java166 * @param toStdErr whether the message must be printed to the standard error
169 protected void printUsage(String i18nMsg, boolean toStdErr) { argument
170 if (toStdErr)
301 * @param toStdErr whether the message must be printed to the standard error
304 protected void printUsage(boolean toStdErr) { argument
310 printUsage(msg, toStdErr);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DLauncher.java167 * @param toStdErr whether the message must be printed to the standard error
170 protected void printUsage(String i18nMsg, boolean toStdErr) { argument
171 if (toStdErr)
302 * @param toStdErr whether the message must be printed to the standard error
305 protected void printUsage(boolean toStdErr) { argument
311 printUsage(msg, toStdErr);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DLauncher.java167 * @param toStdErr whether the message must be printed to the standard error
170 protected void printUsage(String i18nMsg, boolean toStdErr) { argument
171 if (toStdErr)
302 * @param toStdErr whether the message must be printed to the standard error
305 protected void printUsage(boolean toStdErr) { argument
311 printUsage(msg, toStdErr);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DLauncher.java166 * @param toStdErr whether the message must be printed to the standard error
169 protected void printUsage(String i18nMsg, boolean toStdErr) { argument
170 if (toStdErr)
301 * @param toStdErr whether the message must be printed to the standard error
304 protected void printUsage(boolean toStdErr) { argument
310 printUsage(msg, toStdErr);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DLauncher.java170 * @param toStdErr whether the message must be printed to the standard error
173 protected void printUsage(String i18nMsg, boolean toStdErr) { argument
174 if (toStdErr)
305 * @param toStdErr whether the message must be printed to the standard error
308 protected void printUsage(boolean toStdErr) { argument
314 printUsage(msg, toStdErr);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DLauncher.java160 * @param toStdErr whether the message must be printed to the standard error
163 protected void printUsage(String i18nMsg, boolean toStdErr) { argument
164 if (toStdErr)
294 * @param toStdErr whether the message must be printed to the standard error
297 protected void printUsage(boolean toStdErr) { argument
303 printUsage(msg, toStdErr);

Completed in 2218 milliseconds