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
IOException
void error(String s) throws IOException
IOException
void result(List<ProcessedCommand> commands, String result, boolean isError) throws IOException
IOException
String readln(String s) throws IOException
IOException
String secureReadln(String s) throws IOException
IOException
int getWidth()
void close() throws IOException
IOException
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.