name.angoca.db2sa.cli
Interface InputReader

Package class diagram package InputReader
All Known Implementing Classes:
JlineInputReader, SystemInputReader

public interface InputReader

Interface that defines the structure of a reader.
Control Version

Version:
1.0.0 2009-07-19
Author:
Andres Gomez Casanova (AngocA)

Method Summary
 String readString()
          Reads the phrases written by the user.
 

Method Detail

readString

String readString()
                  throws InputReaderException
Reads the phrases written by the user.

Returns:
Phrase written by the user.
Throws:
InputReaderException - If some problem occurs.


Andres Gomez Casanova (AngocA) Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.