org.mbari.io
Class NcFilenameFilter

java.lang.Object
  extended byorg.mbari.io.NcFilenameFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class NcFilenameFilter
extends java.lang.Object
implements java.io.FilenameFilter

This filters for files with a .nc extension.


Version:
: $Revision: 1.1 $

The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement. This information should not be published or distributed to third parties without specific written permission from MBARI.


Copyright 2002 MBARI.
MBARI Proprietary Information. All rights reserved.



Author:
: $Author: brian $

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

Constructor Detail

NcFilenameFilter

public NcFilenameFilter()
Method Detail

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Specified by:
accept in interface java.io.FilenameFilter