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)
PrintStream
void error(PrintStream out, String message)
PrintStream
void info(PrintStream out, String message)
PrintStream
void warn(PrintStream out, String message)
PrintStream
Copyright © 2016 JBoss by Red Hat. All rights reserved.