Package org.forgerock.audit.retention
Class RetentionHooks.NullRetentionHooks
java.lang.Object
org.forgerock.audit.retention.RetentionHooks.NullRetentionHooks
- All Implemented Interfaces:
RetentionHooks
- Enclosing interface:
- RetentionHooks
RetentionHooks
that do nothing.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.forgerock.audit.retention.RetentionHooks
RetentionHooks.NullRetentionHooks
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to run an action just before the file is run through theRetentionPolicy
's.
-
Constructor Details
-
NullRetentionHooks
public NullRetentionHooks()
-
-
Method Details
-
postRetentionAction
Description copied from interface:RetentionHooks
Method to run an action just before the file is run through theRetentionPolicy
's.- Specified by:
postRetentionAction
in interfaceRetentionHooks
- Throws:
IOException
- If the pre action fails.
-