| Constructor and Description |
|---|
StreamIOAdapter() |
| 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) |
public boolean isInteractive()
isInteractive in interface IOAdapterpublic void println(String s) throws IOException
println in interface IOAdapterIOExceptionpublic void error(String s) throws IOException
error in interface IOAdapterIOExceptionpublic void result(List<ProcessedCommand> commands, String result, boolean isError) throws IOException
result in interface IOAdapterIOExceptionpublic String readln(String s) throws IOException
readln in interface IOAdapterIOExceptionpublic String secureReadln(String s) throws IOException
secureReadln in interface IOAdapterIOExceptionCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.