Package | Description |
---|---|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
Modifier and Type | Method and Description |
---|---|
static Profile |
Profile.newSetupProfile(String name,
Path folder)
Creates and returns a new setup profile associated to the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Profile> |
Profile.availableProfiles()
Returns the setup profiles available within the running binaries path.
|
Modifier and Type | Method and Description |
---|---|
int |
Profile.compareTo(Profile other) |
DirectoryServerSetup |
DirectoryServerSetup.withProfiles(Profile... profiles)
Specifies the setup profiles which will be run during the setup.
|
Modifier and Type | Method and Description |
---|---|
DirectoryServerSetup |
DirectoryServerSetup.withProfiles(Collection<Profile> profilesToAdd)
Specifies the setup profiles which will be run during the setup.
|
Copyright 2010-2022 ForgeRock AS.