Uses of Enum Class
org.forgerock.opendj.setup.model.Profile.ExecutionContext
Packages that use Profile.ExecutionContext
-
Uses of Profile.ExecutionContext in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return Profile.ExecutionContextModifier and TypeMethodDescriptionstatic Profile.ExecutionContext
Returns the enum constant of this class with the specified name.static Profile.ExecutionContext[]
Profile.ExecutionContext.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.opendj.setup.model with parameters of type Profile.ExecutionContextModifier and TypeMethodDescriptionvoid
Profile.resolveParameterValues
(Profile.ExecutionContext context, Profile.SetupConfiguration setupConfig, Profile.ParameterValuesProvider parameterValuesProvider) Resolves this profile parameter values using the provided value provider.