Uses of Class
org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes
-
Packages that use PathWithAttributes Package Description org.apache.logging.log4j.core.appender.rolling.action Support classes for the Rolling File Appender. -
-
Uses of PathWithAttributes in org.apache.logging.log4j.core.appender.rolling.action
Fields in org.apache.logging.log4j.core.appender.rolling.action with type parameters of type PathWithAttributes Modifier and Type Field Description private java.util.List<PathWithAttributes>
SortingVisitor. collected
Methods in org.apache.logging.log4j.core.appender.rolling.action that return types with arguments of type PathWithAttributes Modifier and Type Method 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 scriptMethods in org.apache.logging.log4j.core.appender.rolling.action with parameters of type PathWithAttributes Modifier and Type Method Description int
PathSortByModificationTime. compare(PathWithAttributes path1, PathWithAttributes path2)
Method parameters in org.apache.logging.log4j.core.appender.rolling.action with type arguments of type PathWithAttributes Modifier and Type Method 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 scriptprivate void
DeleteAction. trace(java.lang.String label, java.util.List<PathWithAttributes> sortedPaths)
-