| Package | Description |
|---|---|
| org.rhq.enterprise.communications.util.prefs |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSetupInstruction
This setup instruction sets its default to the current preference value already set.
|
class |
LocalInetAddressNoDefaultSetupInstruction
Same as
LocalInetAddressSetupInstruction, but it does not
predefine a default. |
class |
LocalInetAddressSetupInstruction
This setup instruction is used to define a preference whose value is an IP address that is to be bound to the local
host, but by default not the loopback device.
|
class |
LocalInetHostnameSetupInstruction
This setup instruction is used to define a preference whose value is a fully qualified hostname that is to be bound
to the local host, but by default not the loopback device.
|
class |
PromptIfEnabledSetupInstruction
This setup instruction will perform preprocessing to determine if the user should be prompted for the preference
value or not.
|
| Modifier and Type | Method and Description |
|---|---|
List<SetupInstruction> |
Setup.getInstructions()
Returns the set of instructions that are used to ask the setup questions.
|
| 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.