public interface IOAdapter
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
error(String s) |
int |
getWidth() |
boolean |
isInteractive() |
void |
println(String s) |
String |
readln(String s) |
void |
result(List<ProcessedCommand> commands,
String result,
boolean isError) |
String |
secureReadln(String s) |
boolean isInteractive()
void println(String s) throws IOException
IOExceptionvoid error(String s) throws IOException
IOExceptionvoid result(List<ProcessedCommand> commands, String result, boolean isError) throws IOException
IOExceptionString readln(String s) throws IOException
IOExceptionString secureReadln(String s) throws IOException
IOExceptionint getWidth()
void close()
throws IOException
IOExceptionCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.