weka.core
Class ClassCache.ClassFileFilter

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

public static class ClassCache.ClassFileFilter
extends Object
implements FileFilter

For filtering classes.

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

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

Constructor Detail

ClassCache.ClassFileFilter

public ClassCache.ClassFileFilter()
Method Detail

accept

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

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


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