Uses of Class
org.forgerock.opendj.setup.model.Profile.StringParameter
-
Packages that use Profile.StringParameter Package Description org.forgerock.opendj.setup.model Contains code of the opendj setup model. -
-
Uses of Profile.StringParameter in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return Profile.StringParameter Modifier and Type Method Description Profile.StringParameter
Profile.ParameterFactory. stringParameter(String variableName)
Creates and returns a newString
parameter.Profile.StringParameter
Profile.StringParameter. usage(String usage)
Sets this parameter usage.Methods in org.forgerock.opendj.setup.model with parameters of type Profile.StringParameter Modifier and Type Method Description R
Profile.ParameterVisitor. visitParameter(P p, Profile.StringParameter stringParameter)
Visits a string parameter.
-