public interface UIOutput
| Modifier and Type | Method and Description |
|---|---|
PrintStream |
err()
Returns the
PrintStream used to display information in the output stream. |
void |
error(PrintStream out,
String message)
Prints an error message in the provided
PrintStream |
void |
info(PrintStream out,
String message)
Prints an information message in the provided
PrintStream |
PrintStream |
out()
Returns the
PrintStream used to display information in the output stream. |
void |
success(PrintStream out,
String message)
Prints a successful message in the provided
PrintStream |
void |
warn(PrintStream out,
String message)
Prints a warning message in the provided
PrintStream |
PrintStream out()
PrintStream used to display information in the output stream.PrintStream err()
PrintStream used to display information in the output stream.void success(PrintStream out, String message)
PrintStreamvoid error(PrintStream out, String message)
PrintStreamvoid info(PrintStream out, String message)
PrintStreamvoid warn(PrintStream out, String message)
PrintStreamCopyright © 2016 JBoss by Red Hat. All rights reserved.