com.google.code.jetm.maven.util
Class XmlIOFileFilter

java.lang.Object
  extended by org.apache.commons.io.filefilter.AbstractFileFilter
      extended by com.google.code.jetm.maven.util.XmlIOFileFilter
All Implemented Interfaces:
FileFilter, FilenameFilter, org.apache.commons.io.filefilter.IOFileFilter

public class XmlIOFileFilter
extends org.apache.commons.io.filefilter.AbstractFileFilter

An IOFileFilter used to exclude everything but XML files.

Author:
jrh3k5

Constructor Summary
XmlIOFileFilter()
           
 
Method Summary
 boolean accept(File file)
           
 
Methods inherited from class org.apache.commons.io.filefilter.AbstractFileFilter
accept, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlIOFileFilter

public XmlIOFileFilter()
Method Detail

accept

public boolean accept(File file)
Specified by:
accept in interface FileFilter
Specified by:
accept in interface org.apache.commons.io.filefilter.IOFileFilter
Overrides:
accept in class org.apache.commons.io.filefilter.AbstractFileFilter


Copyright © 2011. All Rights Reserved.