Uses of Class
org.forgerock.opendj.setup.model.SetupException
-
Uses of SetupException in org.forgerock.opendj.setup.model
Modifier and TypeMethodDescriptionstatic void
Profile.createProfileVersionFile
(Collection<Profile> profiles, Path instancePath) Creates a config/profile.version file in the provided instance path referencing provided profiles.final P
Profile.Parameter.defaultValue
(String defaultValue) Sets this profile parameter default value with the provided string.final P
Profile.Parameter.defaultValueFromSetupTool
(String setupConfMethod) Indicates that this profile parameter value must be computed using theProfile.SetupConfiguration
if no value is available at runtime.Collection<Profile.Parameter<?,
?>> Profile.loadParameterDefinitions()
Returns all parameters associated to this profile.void
Profile.resolveParameterValues
(Profile.ExecutionContext context, Profile.SetupConfiguration setupConfig, Profile.ParameterValuesProvider parameterValuesProvider) Resolves this profile parameter values using the provided value provider.void
Profile.run
(Path configFilePath, SetupConsole console) Runs this profile.void
Setup.setup()
Main method which will setup the server instance.static void
SetupUtils.validateInstanceLocFileNotPresent
(Path installPath) Ensures that there is no existing instance.loc file.