Package org.rhq.enterprise.communications.util.prefs

Interface Summary
PromptInput Implementations of this class will need to obtain input from the user and return that input as a String.
SetupValidityChecker This interface defines an object that will check the validity of a preference value.
 

Class Summary
BooleanSetupValidityChecker A validity checker that validates that the new value is a valid boolean (true or false).
BufferedReaderPromptInput A simple PromptInput implementation that delegates to a buffered reader.
DefaultSetupInstruction This setup instruction sets its default to the current preference value already set.
FloatSetupValidityChecker A setup validity checker that validates that the new value is a valid float within an optionally specified range.
InetAddressSetupValidityChecker A validity checker that validates that the new value is a valid IP address or hostname.
IntegerSetupValidityChecker A setup validity checker that validates that the new value is a valid integer within an optionally specified range.
LocalInetAddressNoDefaultSetupInstruction Same as LocalInetAddressSetupInstruction, but it does not predefine a default.
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.
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.
LongSetupValidityChecker A setup validity checker that validates that the new value is a valid long within an optionally specified range.
PreferencesUpgrade Performs an upgrade of a set of preferences from one configuration schema version to another (where a set of preferences is tagged by what is called a "configuration schema version" or simply a "configuration version").
PreferencesUpgradeStep This object upgrades a set of preferences to a particular configuration schema version.
PromptIfEnabledSetupInstruction This setup instruction will perform preprocessing to determine if the user should be prompted for the preference value or not.
RegexSetupValidityChecker A validity checker that validates that the new value is a valid boolean (true or false).
RemotingLocatorUriParamsValidityChecker Checks the validity of a JBoss/Remoting InvokerLocator URI parameters.
RemotingLocatorUriValidityChecker Checks the validity of a JBoss/Remoting InvokerLocator URI.
Setup This provides a way to initially setup a set of preferences.
SetupInstruction Instances of this class represent a single setup instruction that defines a preference that needs to be setup.
UrlSetupValidityChecker A setup validity checker that validates that the new value is a valid URL.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.