public interface IAuditManager
| Modifier and Type | Method and Description |
|---|---|
IAuditor |
getAuditor() |
String |
getBaseDir() |
LocalDate |
getEarliestAuditDate() |
List<IAuditItem> |
getLastAuditItems(int nMaxItems) |
boolean |
isInMemory() |
void |
stop()
Stop taking new audits.
|
boolean isInMemory()
true if this manager operates only in memory,
false if it keeps persistent files.getBaseDir()@Nullable String getBaseDir()
null
to indicate in-memory only auditing. If the results is not
null it must end with a path separator (slash).isInMemory()@Nonnull @ReturnsMutableCopy @CodingStyleguideUnaware List<IAuditItem> getLastAuditItems(@Nonnegative int nMaxItems)
nMaxItems - The maximum number of items. Must be > 0.null.void stop()
Copyright © 2014–2023 Philip Helger. All rights reserved.