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