Uses of Interface
org.forgerock.audit.rotation.RotatableObject
Packages that use RotatableObject
Package
Description
Utility classes for writing streams of characters.
Audit log file rotation classes.
-
Uses of RotatableObject in org.forgerock.audit.events.handlers.writers
Classes in org.forgerock.audit.events.handlers.writers that implement RotatableObject -
Uses of RotatableObject in org.forgerock.audit.rotation
Methods in org.forgerock.audit.rotation with parameters of type RotatableObjectModifier and TypeMethodDescriptionboolean
FixedTimeRotationPolicy.shouldRotateFile
(RotatableObject rotatable) This method indicates if the log file should be rotated or not.boolean
RotationPolicy.shouldRotateFile
(RotatableObject file) This method indicates if the log file should be rotated or not.boolean
SizeBasedRotationPolicy.shouldRotateFile
(RotatableObject file) Indicates whether or not aRotatableObject
needs rotation.boolean
TimeLimitRotationPolicy.shouldRotateFile
(RotatableObject rotatable) Checks whether or not aRotatableObject
needs rotation.