Searched defs:writeIt (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/
H A DDebugFile.java52 public void writeIt(String prefix, String msg, Throwable th) throws IOException; method in interface:DebugFile
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/
H A DDebugFile.java52 public void writeIt(String prefix, String msg, Throwable th) throws IOException; method in interface:DebugFile
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DStdDebugFile.java49 public void writeIt(String prefix, String msg, Throwable th) throws IOException { method in class:StdDebugFile
H A DDebugFileImpl.java133 public void writeIt(String prefix, String msg, Throwable th) throws IOException { method in class:DebugFileImpl
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DStdDebugFile.java51 public void writeIt(String prefix, String msg, Throwable th) throws IOException { method in class:StdDebugFile
H A DDebugFileImpl.java143 public void writeIt(String prefix, String msg, Throwable th) throws IOException { method in class:DebugFileImpl
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DConsole.java54 writeIt(NEW_LINE);
58 writeIt(localizedMessage);
63 writeIt(fmt.format(args) + NEW_LINE);
68 writeIt(fmt.format(args));
72 writeIt(message + NEW_LINE);
76 writeIt(localizedMessage + NEW_LINE);
81 writeIt(prompt + " [" + defaultValue + "]: ");
85 writeIt(message.toString());
100 private static void writeIt(String msg) { method in class:Console
H A DDebug.java47 writeIt(prefix + message, th, getSTDOUTWriter());
49 writeIt(prefix + message, th, getLogWriter());
52 private static synchronized void writeIt(String message, Throwable th, method in class:Debug
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DConsole.java54 writeIt(NEW_LINE);
58 writeIt(localizedMessage);
63 writeIt(fmt.format(args) + NEW_LINE);
68 writeIt(fmt.format(args));
72 writeIt(message + NEW_LINE);
76 writeIt(localizedMessage + NEW_LINE);
81 writeIt(prompt + " [" + defaultValue + "]: ");
85 writeIt(message.toString());
100 private static void writeIt(String msg) { method in class:Console
H A DDebug.java47 writeIt(prefix + message, th, getSTDOUTWriter());
49 writeIt(prefix + message, th, getLogWriter());
52 private static synchronized void writeIt(String message, Throwable th, method in class:Debug
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/impl/
H A DDebugImpl.java259 writeIt(prefix.toString(), msg, th);
284 private void writeIt(String prefix, String msg, Throwable th) { method in class:DebugImpl
294 stdoutDebugFile.writeIt(prefix, msg, th);
298 this.debugFile.writeIt(prefix, msg, th);
306 stdoutDebugFile.writeIt(prefix, "Debug file can't be written : " + e.getMessage(), null);
308 stdoutDebugFile.writeIt(prefix, msg, th);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/impl/
H A DDebugImpl.java250 writeIt(prefix.toString(), msg, th);
275 private void writeIt(String prefix, String msg, Throwable th) { method in class:DebugImpl
285 stdoutDebugFile.writeIt(prefix, msg, th);
289 this.debugFile.writeIt(prefix, msg, th);
297 stdoutDebugFile.writeIt(prefix, "Debug file can't be written : " + e.getMessage(), null);
299 stdoutDebugFile.writeIt(prefix, msg, th);

Completed in 51 milliseconds