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.StringParameterProfile.ParameterFactory. stringParameter(String variableName)Creates and returns a newStringparameter.Profile.StringParameterProfile.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 RProfile.ParameterVisitor. visitParameter(P p, Profile.StringParameter stringParameter)Visits a string parameter.
-