|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PromptInput
Implementations of this class will need to obtain input from the user and return that input as a String.
| Method Summary | |
|---|---|
java.lang.String |
readLine()
Read a line of input, allowing the user to see what is being typed. |
java.lang.String |
readLineNoEcho()
Read a line of input, but do not echo back to the user what is being typed. |
| Method Detail |
|---|
java.lang.String readLine()
throws java.io.IOException
java.io.IOException
java.lang.String readLineNoEcho()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||