Uses of Interface
org.forgerock.audit.rotation.RotatableObject
-
Packages that use RotatableObject Package Description org.forgerock.audit.events.handlers.writers Utility classes for writing streams of characters.org.forgerock.audit.rotation 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 Modifier and Type Class Description class
RotatableWriter
Supports file rotation and retention. -
Uses of RotatableObject in org.forgerock.audit.rotation
Methods in org.forgerock.audit.rotation with parameters of type RotatableObject Modifier and Type Method Description boolean
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.
-