| Package | Description |
|---|---|
| org.rhq.enterprise.communications.util.prefs |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedReaderPromptInput
A simple
PromptInput implementation that delegates to a buffered reader. |
| Modifier and Type | Method and Description |
|---|---|
PromptInput |
Setup.getIn()
Returns the input object where the answers to the setup prompts will be read from.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
Setup(Preferences preferences,
String intro_message,
List<SetupInstruction> instructions,
PromptInput in,
PrintWriter out)
Creates a new
Setup object. |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.