org.infinispan.cli.io
Interface IOAdapter
- All Known Implementing Classes:
- ConsoleIOAdapter, StreamIOAdapter
public interface IOAdapter
isInteractive
boolean isInteractive()
println
void println(String s)
throws IOException
- Throws:
IOException
error
void error(String s)
throws IOException
- Throws:
IOException
readln
String readln(String s)
throws IOException
- Throws:
IOException
secureReadln
String secureReadln(String s)
throws IOException
- Throws:
IOException
getWidth
int getWidth()
close
void close()
throws IOException
- Throws:
IOException
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.