org.apache.muse.ws.resource.metadata
Class RmdFileFilter
java.lang.Object
org.apache.muse.ws.resource.metadata.RmdFileFilter
- All Implemented Interfaces:
- FileFilter
public class RmdFileFilter
- extends Object
- implements FileFilter
RmdFileFilter is a file filter used to find RMD files (*.rmd).
- Author:
- Dan Jemiolo (danj)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RmdFileFilter
public RmdFileFilter()
accept
public boolean accept(File file)
- Specified by:
accept
in interface FileFilter
- Returns:
- True if the file is a "regular" file (not a directory) and
has a name that ends with .rmd. The comparison is
case-insensitive.
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.