gov.nih.nci.caarray.util.io
Class FileUtility

java.lang.Object
  extended by gov.nih.nci.caarray.util.io.FileUtility

public final class FileUtility
extends java.lang.Object

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

checkFileExists

public static void checkFileExists(java.io.File file)
Simple file argument checker to check that a file is not null and exists.

Parameters:
file - the file to check.

checkFileExists

public 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.

Parameters:
file - the file to check.
Since:
2.4.0