Package org.nuxeo.common.file
Class LRUFileCache.RegularFileFilter
java.lang.Object
org.nuxeo.common.file.LRUFileCache.RegularFileFilter
- All Implemented Interfaces:
DirectoryStream.Filter<Path>
- Enclosing class:
- LRUFileCache
protected static class LRUFileCache.RegularFileFilter
extends Object
implements DirectoryStream.Filter<Path>
Filter keeping regular files that aren't temporary.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
RegularFileFilter
protected RegularFileFilter()
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceDirectoryStream.Filter<Path>
-