|
||||||||||
| 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 java.lang.String |
Setup.prompt(java.lang.String prompt_message,
java.lang.String pref_name,
java.lang.String help_message,
java.lang.String default_value,
PromptInput in,
java.io.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(java.util.prefs.Preferences preferences,
java.lang.String intro_message,
java.util.List<SetupInstruction> instructions,
PromptInput in,
java.io.PrintWriter out)
Creates a new Setup object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||