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 TypeMethodDescriptionbooleanFixedTimeRotationPolicy.shouldRotateFile(RotatableObject rotatable) This method indicates if the log file should be rotated or not.booleanRotationPolicy.shouldRotateFile(RotatableObject file) This method indicates if the log file should be rotated or not.booleanSizeBasedRotationPolicy.shouldRotateFile(RotatableObject file) Indicates whether or not aRotatableObjectneeds rotation.booleanTimeLimitRotationPolicy.shouldRotateFile(RotatableObject rotatable) Checks whether or not aRotatableObjectneeds rotation.