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 ProfileProfile. 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 intProfile. compareTo(Profile other)booleanProfile. hasSameName(Profile profile)Returnstrueif this profile has the same name as the provided profile.SetupSetup. 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 voidProfile. createProfileVersionFile(Collection<Profile> profiles, Path instancePath)Creates a config/profile.version file in the provided instance path referencing provided profiles.static voidProfile. rejectIfContainsDuplicatedProfiles(Collection<Profile> profiles)Ensures that provided profiles collection does not contain one (or more) profile(s) with the same name.SetupSetup. withProfiles(Collection<Profile> profilesToAdd)Specifies the setup profiles which will be run during the setup.
-