|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PromptInput | |
|---|---|
| org.rhq.enterprise.communications.util.prefs | |
| Uses of PromptInput in org.rhq.enterprise.communications.util.prefs |
|---|
| Classes in org.rhq.enterprise.communications.util.prefs that implement PromptInput | |
|---|---|
class |
BufferedReaderPromptInput
A simple PromptInput implementation that delegates to a buffered reader. |
| Methods in org.rhq.enterprise.communications.util.prefs that return PromptInput | |
|---|---|
PromptInput |
Setup.getIn()
Returns the input object where the answers to the setup prompts will be read from. |
| Methods in org.rhq.enterprise.communications.util.prefs with parameters of type PromptInput | |
|---|---|
protected String |
Setup.prompt(String prompt_message,
String pref_name,
String help_message,
String default_value,
PromptInput in,
PrintWriter out,
boolean no_echo)
Prints the prompt message to the output stream and waits for the new value to be input. |
| Constructors in org.rhq.enterprise.communications.util.prefs with parameters of type PromptInput | |
|---|---|
Setup(Preferences preferences,
String intro_message,
List<SetupInstruction> instructions,
PromptInput in,
PrintWriter out)
Creates a new Setup object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||