Uses of Interface
org.apache.logging.log4j.core.appender.rolling.action.PathSorter
Packages that use PathSorter
Package
Description
Support classes for the Rolling File Appender.
-
Uses of PathSorter in org.apache.logging.log4j.core.appender.rolling.action
Classes in org.apache.logging.log4j.core.appender.rolling.action that implement PathSorterModifier and TypeClassDescriptionclassPathSorterthat sorts path by their LastModified attribute.Fields in org.apache.logging.log4j.core.appender.rolling.action declared as PathSorterModifier and TypeFieldDescriptionprivate final PathSorterDeleteAction.pathSorterprivate final PathSorterSortingVisitor.sorterMethods in org.apache.logging.log4j.core.appender.rolling.action that return PathSorterModifier and TypeMethodDescriptionstatic PathSorterPathSortByModificationTime.createSorter(boolean recentFirst) Create a PathSorter that sorts by lastModified time.Methods in org.apache.logging.log4j.core.appender.rolling.action with parameters of type PathSorterModifier and TypeMethodDescriptionstatic DeleteActionDeleteAction.createDeleteAction(String basePath, boolean followLinks, int maxDepth, boolean testMode, PathSorter sorterParameter, PathCondition[] pathConditions, ScriptCondition scriptCondition, Configuration config) Create a DeleteAction.Constructors in org.apache.logging.log4j.core.appender.rolling.action with parameters of type PathSorterModifierConstructorDescription(package private)DeleteAction(String basePath, boolean followSymbolicLinks, int maxDepth, boolean testMode, PathSorter sorter, PathCondition[] pathConditions, ScriptCondition scriptCondition, StrSubstitutor subst) Creates a new DeleteAction that starts scanning for files to delete from the specified base path.SortingVisitor(PathSorter sorter) Constructs a new DeletingVisitor.