weka.core
Class ClassCache.DirectoryFilter

java.lang.Object
  extended by weka.core.ClassCache.DirectoryFilter
All Implemented Interfaces:
FileFilter
Enclosing class:
ClassCache

public static class ClassCache.DirectoryFilter
extends Object
implements FileFilter

For filtering classes.

Version:
$Revision: 8034 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Constructor Summary
ClassCache.DirectoryFilter()
           
 
Method Summary
 boolean accept(File pathname)
          Checks whether the file is a directory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassCache.DirectoryFilter

public ClassCache.DirectoryFilter()
Method Detail

accept

public boolean accept(File pathname)
Checks whether the file is a directory.

Specified by:
accept in interface FileFilter
Parameters:
pathname - the file to check
Returns:
true if a directory


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.