org.jboss.jsfunit.analysis.util
Class FileUtils.FolderFilter

java.lang.Object
  extended by org.jboss.jsfunit.analysis.util.FileUtils.FolderFilter
All Implemented Interfaces:
FileFilter
Enclosing class:
FileUtils

public static class FileUtils.FolderFilter
extends Object
implements FileFilter

A FileFilter that accepts all folders.


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

Constructor Detail

FileUtils.FolderFilter

public FileUtils.FolderFilter()
Method Detail

accept

public boolean accept(File inFile)
Specified by:
accept in interface FileFilter


Copyright © 2007-2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.