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