Liferay 6.0.5

com.liferay.portal.kernel.io
Class FileFilter

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

public class FileFilter
extends Object
implements FileFilter


Constructor Summary
FileFilter()
           
 
Method Summary
 boolean accept(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(File file)
Specified by:
accept in interface FileFilter

Liferay 6.0.5