public class LocalInetAddressNoDefaultSetupInstruction extends SetupInstruction
LocalInetAddressSetupInstruction, but it does not
predefine a default. Allows the user to more easily tell us that
he wants to keep the value undefined and rely on the system default.| Constructor and Description |
|---|
LocalInetAddressNoDefaultSetupInstruction(String preference_name,
String prompt_message,
String help_message)
Creates a new
LocalInetAddressNoDefaultSetupInstruction object. |
| Modifier and Type | Method and Description |
|---|---|
void |
preProcess()
Sets the default as an IP address for this local host.
|
getDefaultValue, getHelpMessage, getPreferenceName, getPreferences, getPromptMessage, getValidityChecker, isUsingNoEchoPrompt, postProcess, setDefaultValue, setHelpMessage, setPreferences, setPromptMessage, setUsingNoEchoPrompt, setValidityChecker, toStringpublic LocalInetAddressNoDefaultSetupInstruction(String preference_name, String prompt_message, String help_message) throws IllegalArgumentException
LocalInetAddressNoDefaultSetupInstruction object.preference_name - prompt_message - help_message - IllegalArgumentExceptionSetupInstruction.SetupInstruction(String, String, SetupValidityChecker, String, String, boolean)public void preProcess()
preProcess in class SetupInstructionSetupInstruction.preProcess()Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.