Uses of Class
org.forgerock.opendj.setup.model.Profile.ParameterValues
-
Packages that use Profile.ParameterValues Package Description org.forgerock.opendj.setup.model Contains code of the opendj setup model. -
-
Uses of Profile.ParameterValues in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return Profile.ParameterValues Modifier and Type Method Description Profile.ParameterValues
Profile.ParameterValues. parameter(String name, Object... values)
Adds the value(s) to the parameter associated to provided variable name.static Profile.ParameterValues
Profile. parameters()
Entry point method to programmatically define profile parameters values.
-