Uses of Class
org.forgerock.opendj.setup.model.SetupException
-
Packages that use SetupException Package Description org.forgerock.opendj.setup.model Contains code of the opendj setup model. -
-
Uses of SetupException in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that throw SetupException Modifier and Type Method Description static void
Profile. createProfileVersionFile(Collection<Profile> profiles, Path instancePath)
Creates a config/profile.version file in the provided instance path referencing provided profiles.P
Profile.Parameter. defaultValue(String defaultValue)
Sets this profile parameter default value with the provided string.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.
-