Package org.forgerock.audit.retention
Interface FileNamingPolicy
-
- All Known Implementing Classes:
TimeStampFileNamingPolicy
public interface FileNamingPolicyAn interface to declare the names of audit log files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetInitialName()Initializes the policy and returns the current name to use.FilegetNextName()Gets the next name to use.List<File>listFiles()Lists all the archived files, from oldest to newest.
-