Uses of Class
org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes
Packages that use PathWithAttributes
Package
Description
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 PathWithAttributesMethods in org.apache.logging.log4j.core.appender.rolling.action that return types with arguments of type PathWithAttributesModifier and TypeMethodDescriptionprivate List<PathWithAttributes>
DeleteAction.callScript()
(package private) List<PathWithAttributes>
DeleteAction.getSortedPaths()
Returns a sorted list of all files up to maxDepth under the basePath.SortingVisitor.getSortedPaths()
ScriptCondition.selectFilesToDelete
(Path basePath, List<PathWithAttributes> candidates) Executes the scriptMethods in org.apache.logging.log4j.core.appender.rolling.action with parameters of type PathWithAttributesModifier and TypeMethodDescriptionint
PathSortByModificationTime.compare
(PathWithAttributes path1, PathWithAttributes path2) Method parameters in org.apache.logging.log4j.core.appender.rolling.action with type arguments of type PathWithAttributesModifier and TypeMethodDescriptionprivate void
DeleteAction.deleteSelectedFiles
(List<PathWithAttributes> selectedForDeletion) ScriptCondition.selectFilesToDelete
(Path basePath, List<PathWithAttributes> candidates) Executes the scriptprivate void
DeleteAction.trace
(String label, List<PathWithAttributes> sortedPaths)