|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dk.brics.xact.compiler.FileUtil
public class FileUtil
File utilitity methods.
Constructor Summary | |
---|---|
FileUtil()
|
Method Summary | |
---|---|
static List<File> |
findAllFilesWithExtensions(File dir,
boolean subdirs,
String extension)
Finds all files with the given extension. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileUtil()
Method Detail |
---|
public static List<File> findAllFilesWithExtensions(File dir, boolean subdirs, String extension)
dir
- directory to searchsubdirs
- if true, also search in subdirectoriesextension
- extension to include
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |