Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.io
Interface IOAdapter

All Known Implementing Classes:
ConsoleIOAdapter, StreamIOAdapter

public interface IOAdapter


Method Summary
 void close()
           
 void error(String s)
           
 int getWidth()
           
 boolean isInteractive()
           
 void println(String s)
           
 String readln(String s)
           
 String secureReadln(String s)
           
 

Method Detail

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

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.