uk.ac.leeds.ccg.andyt.projects.genesis.io
Class StartNameFileFilter

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.projects.genesis.io.StartNameFileFilter
All Implemented Interfaces:
java.io.FileFilter

public class StartNameFileFilter
extends java.lang.Object
implements java.io.FileFilter


Constructor Summary
StartNameFileFilter(java.lang.String string)
           
 
Method Summary
 boolean accept(java.io.File pathname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartNameFileFilter

public StartNameFileFilter(java.lang.String string)
Method Detail

accept

public boolean accept(java.io.File pathname)
Specified by:
accept in interface java.io.FileFilter