org.infinispan.loaders.file
Class FileCacheStore.NumericNamedFilesFilter
java.lang.Object
org.infinispan.loaders.file.FileCacheStore.NumericNamedFilesFilter
- All Implemented Interfaces:
- FilenameFilter
- Enclosing class:
- FileCacheStore
public static class FileCacheStore.NumericNamedFilesFilter
- extends Object
- implements FilenameFilter
Makes sure that files opened are actually named as numbers (ignore all other files)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCacheStore.NumericNamedFilesFilter
public FileCacheStore.NumericNamedFilesFilter()
accept
public boolean accept(File dir,
String name)
- Specified by:
accept
in interface FilenameFilter
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.