Uses of Class
org.forgerock.opendj.setup.model.Profile.HostPortParameter
-
Packages that use Profile.HostPortParameter Package Description org.forgerock.opendj.setup.model Contains code of the opendj setup model. -
-
Uses of Profile.HostPortParameter in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return Profile.HostPortParameter Modifier and Type Method Description Profile.HostPortParameter
Profile.ParameterFactory. hostPortParameter(String variableName)
Creates and returns a new remote server host and port parameter.Profile.HostPortParameter
Profile.HostPortParameter. hostPrompt(String... hostPromptMsg)
Sets the message used for prompting user for the remote server host in interactive mode.Profile.HostPortParameter
Profile.HostPortParameter. portPrompt(String... portPromptMsg)
Sets the prompt message used for prompting user for the remote server port in interactive mode.Methods in org.forgerock.opendj.setup.model with parameters of type Profile.HostPortParameter Modifier and Type Method Description R
Profile.ParameterVisitor. visitParameter(P p, Profile.HostPortParameter hostPortParameter)
Visits an host and port parameter.
-