Uses of Interface
org.forgerock.audit.rotation.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
-
Uses of RotatableObject in org.forgerock.audit.rotation
Modifier 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.