allensoft.javacvs.client
Class CVSFilesFilter

java.lang.Object
  |
  +--allensoft.javacvs.client.CVSFilesFilter
All Implemented Interfaces:
java.io.FileFilter

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

A file filter which accepts files which are under CVS control.


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

Constructor Detail

CVSFilesFilter

public CVSFilesFilter()
Method Detail

accept

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