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
Fields Modifier and Type Field Description protected static LRUFileCache.RegularFileFilter
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protected
RegularFileFilter()
-
-
-
Field Detail
-
INSTANCE
protected static final LRUFileCache.RegularFileFilter INSTANCE
-
-
Method Detail
-
accept
public boolean accept(Path path)
- Specified by:
accept
in interfaceDirectoryStream.Filter<Path>
-
-