com.valhalla.jbother.groupchat
Class GCFileFilter

java.lang.Object
  extended bycom.valhalla.jbother.groupchat.GCFileFilter
All Implemented Interfaces:
java.io.FileFilter

class GCFileFilter
extends java.lang.Object
implements java.io.FileFilter

Filters out everything but .gcb extensions

Version:
1.0
Author:
Adam Olsen

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

Constructor Detail

GCFileFilter

GCFileFilter()
Method Detail

accept

public boolean accept(java.io.File f)
Specified by:
accept in interface java.io.FileFilter
Returns:
true if the file is a directory or a .gcb file