Uses of Class
org.opends.server.tools.dsbackup.PurgeArgumentsValidator
Packages that use PurgeArgumentsValidator
-
Uses of PurgeArgumentsValidator in org.opends.server.tools.dsbackup
Methods in org.opends.server.tools.dsbackup that return PurgeArgumentsValidatorModifier and TypeMethodDescriptionPurgeArgumentsValidator.backendNames(com.forgerock.opendj.cli.StringArgument backendNames) Sets the list of the backend names to purge as aStringArgument.PurgeArgumentsValidator.backendNames(Entry entry, String attributeBackendNames) Sets the list of backend names to purge.PurgeArgumentsValidator.backupIds(com.forgerock.opendj.cli.StringArgument backupIds) Sets the list of backup IDs as aStringArgument.Sets the list of backup IDs.PurgeArgumentsValidator.forceOlderThan(com.forgerock.opendj.cli.BooleanArgument forceOlderThan) Indicates whether "older than" must or not purge all the backups even the latest ones if they are older than the specified threshold.PurgeArgumentsValidator.forceOlderThan(Entry entry, String attributeDescription) Indicates whether "older than" must or not purge all the backups even the latest ones if they are older than the specified threshold.PurgeArgumentsValidator.keepCount(com.forgerock.opendj.cli.IntegerArgument keepCount) Sets the "keep count" as aIntegerArgument.Sets the keep count.PurgeArgumentsValidator.olderThan(com.forgerock.opendj.cli.DurationArgument olderThan) Sets the "remove older than" as aDurationArgument.Sets the "remove older than".