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