Uses of Class
name.angoca.db2sa.cli.exceptions.InputReaderException

Packages that use InputReaderException
name.angoca.db2sa.cli This package contains the interfaces that have to be implemented in order to provide a user interface.
Control Version
0.1 Package creation. 1.0 Moved to version 1.  
name.angoca.db2sa.cli.jline This package contains implementation of the UI with JLine. 
name.angoca.db2sa.cli.system This package contains implementation of the UI in a pure Java way, using the System.In and System.out classes. 
 

Uses of InputReaderException in name.angoca.db2sa.cli
 

Methods in name.angoca.db2sa.cli that throw InputReaderException
 String InputReader.readString()
          Reads the phrases written by the user.
 

Uses of InputReaderException in name.angoca.db2sa.cli.jline
 

Methods in name.angoca.db2sa.cli.jline that throw InputReaderException
 String JlineInputReader.readString()
           
 

Constructors in name.angoca.db2sa.cli.jline that throw InputReaderException
JlineInputReader(String prompt)
          Constructor that flushes the stream.
JlineInterfaceController(String prompt)
          Constructor that creates a reader and a printer.
 

Uses of InputReaderException in name.angoca.db2sa.cli.system
 

Methods in name.angoca.db2sa.cli.system that throw InputReaderException
 String SystemInputReader.readString()
           
 

Constructors in name.angoca.db2sa.cli.system that throw InputReaderException
SystemInputReader(OutputWriter outputWriter, String prompt)
          Constructor that flushes the stream.
SystemInterfaceController(String prompt)
          Constructor that creates a reader and a printer.
 



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