thredds.inventory
Interface MFileFilter

All Known Implementing Classes:
Composite, LastModifiedLimit, RegExpMatchOnName, WildcardMatchOnName, WildcardMatchOnPath

public interface MFileFilter

Filter on MFiles

Since:
Jun 26, 2009
Author:
caron

Method Summary
 boolean accept(MFile mfile)
          Tests if a specified MFile should be included in a file collection.
 

Method Detail

accept

boolean accept(MFile mfile)
Tests if a specified MFile should be included in a file collection.

Parameters:
mfile - the MFile
Returns:
true if and only if the name should be included in the file collection; false otherwise.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.