| AbstractAction |
Abstract base class for implementations of Action.
|
| AbstractPathAction |
Abstract action for processing files that are accepted by the specified PathFilters.
|
| CommonsCompressAction |
Compresses a file using bzip2 compression.
|
| CompositeAction |
A group of Actions to be executed in sequence.
|
| DeleteAction |
Rollover or scheduled action for deleting old log files that are accepted by the specified PathFilters.
|
| DeletingVisitor |
FileVisitor that deletes files that are accepted by all PathFilters.
|
| Duration |
Deprecated.
|
| FileRenameAction |
File rename action.
|
| GzCompressAction |
Compresses a file using GZ compression.
|
| GzCompressAction.ConfigurableLevelGZIPOutputStream |
|
| IfAccumulatedFileCount |
PathCondition that accepts paths after some count threshold is exceeded during the file tree walk.
|
| IfAccumulatedFileSize |
PathCondition that accepts paths after the accumulated file size threshold is exceeded during the file tree walk.
|
| IfAll |
Composite PathCondition that only accepts objects that are accepted by all component conditions.
|
| IfAny |
Composite PathCondition that accepts objects that are accepted by any component conditions.
|
| IfFileName |
PathCondition that accepts files for deletion if their relative path matches either a glob pattern or a regular
expression.
|
| IfLastModified |
PathCondition that accepts paths that are older than the specified duration.
|
| IfLastModified.Builder |
|
| IfNot |
Wrapper PathCondition that accepts objects that are rejected by the wrapped component filter.
|
| PathSortByModificationTime |
PathSorter that sorts path by their LastModified attribute.
|
| PathWithAttributes |
Tuple of a Path and BasicFileAttributes, used for sorting.
|
| PosixViewAttributeAction |
File POSIX attribute view action.
|
| PosixViewAttributeAction.Builder |
Builder for the POSIX view attribute action.
|
| ScriptCondition |
A condition of the DeleteAction where a user-provided script selects the files to delete from a provided
list.
|
| SortingVisitor |
FileVisitor that sorts files.
|
| ZipCompressAction |
Compresses a file using Zip compression.
|