Package org.oddjob.input

For soliciting input from a user.

See:
          Description

Interface Summary
InputHandler Something capable of providing input to Oddjob.
InputMedium Allows an InputHandler to provide a call-back to an InputRequest.
InputRequest  
 

Class Summary
ConsoleInputHandler An InputHandler that uses the console to provide input.
InputJob  
StdInInputHandler An InputHandler that uses stdin to provide input.
 

Package org.oddjob.input Description

For soliciting input from a user.