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 voidProfile. createProfileVersionFile(Collection<Profile> profiles, Path instancePath)Creates a config/profile.version file in the provided instance path referencing provided profiles.PProfile.Parameter. defaultValue(String defaultValue)Sets this profile parameter default value with the provided string.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.
-