com.liferay.portal.kernel.io
Class FileFilter

java.lang.Object
  extended by com.liferay.portal.kernel.io.FileFilter
All Implemented Interfaces:
java.io.FileFilter

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

View Source

Author:
Brian Wing Shun Chan

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

Constructor Detail

FileFilter

public FileFilter()
Method Detail

accept

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