| Package | Description |
|---|---|
| org.rhq.enterprise.communications.util.prefs |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanSetupValidityChecker
A validity checker that validates that the new value is a valid boolean (true or false).
|
class |
FloatSetupValidityChecker
A setup validity checker that validates that the new value is a valid float within an optionally specified range.
|
class |
InetAddressSetupValidityChecker
A validity checker that validates that the new value is a valid IP address or hostname.
|
class |
IntegerSetupValidityChecker
A setup validity checker that validates that the new value is a valid integer within an optionally specified range.
|
class |
LongSetupValidityChecker
A setup validity checker that validates that the new value is a valid long within an optionally specified range.
|
class |
RegexSetupValidityChecker
A validity checker that validates that the new value is a valid boolean (true or false).
|
class |
RemotingLocatorUriParamsValidityChecker
Checks the validity of a JBoss/Remoting
InvokerLocator URI parameters. |
class |
RemotingLocatorUriValidityChecker
Checks the validity of a JBoss/Remoting
InvokerLocator URI. |
class |
UrlSetupValidityChecker
A setup validity checker that validates that the new value is a valid URL.
|
| Modifier and Type | Method and Description |
|---|---|
SetupValidityChecker |
SetupInstruction.getValidityChecker()
Returns the optionally defined validity checker object that will be responsible for making sure any new
preference value to be set is valid.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SetupInstruction.setValidityChecker(SetupValidityChecker validity_checker)
Sets the validity checker object that will be responsible for making sure any new preference value to be set is
valid.
|
| Constructor and Description |
|---|
DefaultSetupInstruction(String preference_name,
String default_value,
SetupValidityChecker validity_checker,
String prompt_message,
String help_message) |
DefaultSetupInstruction(String preference_name,
String default_value,
SetupValidityChecker validity_checker,
String prompt_message,
String help_message,
boolean no_echo_prompt) |
LocalInetHostnameSetupInstruction(String preference_name,
SetupValidityChecker validity_checker,
String prompt_message,
String help_message)
Creates a new
LocalInetHostnameSetupInstruction object. |
PromptIfEnabledSetupInstruction(String preference_name,
String default_value,
SetupValidityChecker validity_checker,
String prompt_message,
String help_message,
String enablement_preference,
boolean enablement_preference_default)
The
enablement_preference is the name of the boolean preference that will determine if this
instruction will or will not prompt the user. |
SetupInstruction(String preference_name,
String default_value,
SetupValidityChecker validity_checker,
String prompt_message,
String help_message,
boolean no_echo_prompt)
Constructor for
SetupInstruction. |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.