com.thoughtworks.xstream.persistence
Class AbstractFilePersistenceStrategy.ValidFilenameFilter

java.lang.Object
  extended by com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy.ValidFilenameFilter
All Implemented Interfaces:
FilenameFilter
Enclosing class:
AbstractFilePersistenceStrategy

protected class AbstractFilePersistenceStrategy.ValidFilenameFilter
extends Object
implements FilenameFilter


Constructor Summary
protected AbstractFilePersistenceStrategy.ValidFilenameFilter()
           
 
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

AbstractFilePersistenceStrategy.ValidFilenameFilter

protected AbstractFilePersistenceStrategy.ValidFilenameFilter()
Method Detail

accept

public boolean accept(File dir,
                      String name)
Specified by:
accept in interface FilenameFilter


Copyright © 2004-2014 XStream. All Rights Reserved.