Uses of Class
org.rhq.enterprise.communications.util.prefs.SetupInstruction

Packages that use SetupInstruction
org.rhq.enterprise.communications.util.prefs   
 

Uses of SetupInstruction in org.rhq.enterprise.communications.util.prefs
 

Subclasses of SetupInstruction in org.rhq.enterprise.communications.util.prefs
 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.
 

Methods in org.rhq.enterprise.communications.util.prefs that return types with arguments of type SetupInstruction
 List<SetupInstruction> Setup.getInstructions()
          Returns the set of instructions that are used to ask the setup questions.
 

Constructor parameters in org.rhq.enterprise.communications.util.prefs with type arguments of type SetupInstruction
Setup(Preferences preferences, String intro_message, List<SetupInstruction> instructions, PromptInput in, PrintWriter out)
          Creates a new Setup object.
 



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