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
Methods in org.apache.logging.log4j.core.appender.rolling.action that return types with arguments of type PathWithAttributes Modifier and Type Method Description List<PathWithAttributes>
SortingVisitor. getSortedPaths()
List<PathWithAttributes>
ScriptCondition. selectFilesToDelete(Path basePath, 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 List<PathWithAttributes>
ScriptCondition. selectFilesToDelete(Path basePath, List<PathWithAttributes> candidates)
Executes the script
-