|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SetupValidityChecker | |
|---|---|
| org.rhq.enterprise.communications.util.prefs | |
| Uses of SetupValidityChecker in org.rhq.enterprise.communications.util.prefs |
|---|
| Classes in org.rhq.enterprise.communications.util.prefs that implement SetupValidityChecker | |
|---|---|
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. |
| Methods in org.rhq.enterprise.communications.util.prefs that return SetupValidityChecker | |
|---|---|
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. |
| Methods in org.rhq.enterprise.communications.util.prefs with parameters of type SetupValidityChecker | |
|---|---|
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. |
| Constructors in org.rhq.enterprise.communications.util.prefs with parameters of type SetupValidityChecker | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||