|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcomirva.util.FileUtils
public class FileUtils
This class implements simple utilities related to file processing.
Constructor Summary | |
---|---|
FileUtils()
|
Method Summary | |
---|---|
static java.io.File[] |
getAllFilesRecursively(java.io.File[] files,
java.io.FileFilter filter)
Creates and returns a File[] containing all files in all subdirectories of the files given as argument files . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileUtils()
Method Detail |
---|
public static java.io.File[] getAllFilesRecursively(java.io.File[] files, java.io.FileFilter filter)
files
. Furthermore, a file filter can be
specified.
files
- the files and directories which are to be searchedfilter
- a FileFilter to be applied to the search
files
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |