Uses of Class
org.forgerock.opendj.setup.model.Profile
-
Packages that use Profile Package Description org.forgerock.opendj.setup.model Contains code of the opendj setup model. -
-
Uses of Profile in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return Profile Modifier and Type Method Description static Profile
Profile. newSetupProfile(String name, Path folder)
Creates and returns a new setup profile associated to the provided parameters.Methods in org.forgerock.opendj.setup.model that return types with arguments of type Profile Modifier and Type Method Description static SortedSet<Profile>
Profile. availableProfiles()
Returns the setup profiles available within the running binaries path.static SortedMap<String,SortedSet<Profile>>
Profile. availableProfilesGroupedByFriendlyName()
Returns the setup profiles available within the running binaries path, sorted and grouped by user friendly names.Methods in org.forgerock.opendj.setup.model with parameters of type Profile Modifier and Type Method Description int
Profile. compareTo(Profile other)
boolean
Profile. hasSameName(Profile profile)
Returnstrue
if this profile has the same name as the provided profile.Setup
Setup. withProfiles(Profile... profiles)
Specifies the setup profiles which will be run during the setup.Method parameters in org.forgerock.opendj.setup.model with type arguments of type Profile 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.static void
Profile. rejectIfContainsDuplicatedProfiles(Collection<Profile> profiles)
Ensures that provided profiles collection does not contain one (or more) profile(s) with the same name.Setup
Setup. withProfiles(Collection<Profile> profilesToAdd)
Specifies the setup profiles which will be run during the setup.
-