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