|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.datatools.interim.cores.OldFileUtils
public class OldFileUtils
| Constructor Summary | |
|---|---|
OldFileUtils()
Deprecated. |
|
| Method Summary | |
|---|---|
static java.util.List<java.io.File> |
getAllFiles(java.io.File inputDir)
Deprecated. return a List of all files in input directory (recursively looking into subdirectories) |
static void |
validateDirectory(java.io.File dir,
boolean create)
Deprecated. Directory is valid if it exists, does not represent a file, and can be read. |
static void |
validateDirectory(java.lang.String dirString,
boolean create)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OldFileUtils()
| Method Detail |
|---|
public static java.util.List<java.io.File> getAllFiles(java.io.File inputDir)
throws java.io.FileNotFoundException
inputDir - a valid directory, which can be read.
java.io.FileNotFoundException
public static void validateDirectory(java.lang.String dirString,
boolean create)
throws java.io.FileNotFoundException
java.io.FileNotFoundException
public static void validateDirectory(java.io.File dir,
boolean create)
throws java.io.FileNotFoundException
dir - create - - if the directory doesn't exist, create it
java.io.FileNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||