Package | Description |
---|---|
org.apache.logging.log4j.core.appender.rolling.action |
Support classes for the Rolling File Appender.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<PathWithAttributes> |
SortingVisitor.collected |
Modifier and Type | Method and Description |
---|---|
private java.util.List<PathWithAttributes> |
DeleteAction.callScript() |
(package private) java.util.List<PathWithAttributes> |
DeleteAction.getSortedPaths()
Returns a sorted list of all files up to maxDepth under the basePath.
|
java.util.List<PathWithAttributes> |
SortingVisitor.getSortedPaths() |
java.util.List<PathWithAttributes> |
ScriptCondition.selectFilesToDelete(java.nio.file.Path basePath,
java.util.List<PathWithAttributes> candidates)
Executes the script
|
Modifier and Type | Method and Description |
---|---|
int |
PathSortByModificationTime.compare(PathWithAttributes path1,
PathWithAttributes path2) |
Modifier and Type | Method and Description |
---|---|
private void |
DeleteAction.deleteSelectedFiles(java.util.List<PathWithAttributes> selectedForDeletion) |
java.util.List<PathWithAttributes> |
ScriptCondition.selectFilesToDelete(java.nio.file.Path basePath,
java.util.List<PathWithAttributes> candidates)
Executes the script
|
private void |
DeleteAction.trace(java.lang.String label,
java.util.List<PathWithAttributes> sortedPaths) |