org.infinispan.loaders.file
Class FileCacheStore.NumericNamedFilesFilter

java.lang.Object
  extended by 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)


Constructor Summary
FileCacheStore.NumericNamedFilesFilter()
           
 
Method Summary
 boolean accept(File dir, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCacheStore.NumericNamedFilesFilter

public FileCacheStore.NumericNamedFilesFilter()
Method Detail

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.