retina
Class AcceptOID

java.lang.Object
  extended by retina.AcceptOID
All Implemented Interfaces:
java.io.FileFilter

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

Defines a FileFilter for KES OID files. (c) 2003 Michael Abramoff. All rights reserved.


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

Constructor Detail

AcceptOID

public AcceptOID()
Method Detail

accept

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