|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.util.io.FileUtility
public final class FileUtility
Utility methods for file handling.
Method Summary | |
---|---|
static void |
checkFileExists(java.io.File file)
Simple file argument checker to check that a file is not null and exists. |
static void |
checkFileExists(gov.nih.nci.caarray.magetab.io.FileRef file)
Simple file argument checker to check that a file is not null and exists. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void checkFileExists(java.io.File file)
file
- the file to check.public static void checkFileExists(gov.nih.nci.caarray.magetab.io.FileRef file)
file
- the file to check.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |