Uses of Interface
org.apache.logging.log4j.core.appender.rolling.action.PathSorter
-
Packages that use PathSorter Package Description org.apache.logging.log4j.core.appender.rolling.action 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 PathSorter Modifier and Type Class Description class
PathSortByModificationTime
PathSorter
that sorts path by their LastModified attribute.Methods in org.apache.logging.log4j.core.appender.rolling.action that return PathSorter Modifier and Type Method Description static PathSorter
PathSortByModificationTime. 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 PathSorter Modifier and Type Method Description static DeleteAction
DeleteAction. 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 PathSorter Constructor Description SortingVisitor(PathSorter sorter)
Constructs a new DeletingVisitor.
-