Uses of Class
org.forgerock.opendj.setup.model.Profile
Packages that use Profile
-
Uses of Profile in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return ProfileModifier and TypeMethodDescriptionstatic 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 ProfileModifier and TypeMethodDescriptionProfile.availableProfiles()
Returns the setup profiles available within the running binaries path.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 ProfileModifier and TypeMethodDescriptionint
boolean
Profile.hasSameName
(Profile profile) Returnstrue
if this profile has the same name as the provided profile.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 ProfileModifier and TypeMethodDescriptionstatic 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.withProfiles
(Collection<Profile> profilesToAdd) Specifies the setup profiles which will be run during the setup.