|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.merlotxml.util.FileUtil
File utilities
Method Summary | |
static void |
copyFile(java.io.File from,
java.io.File to)
Utility method to copy a file from one directory to another |
static void |
copyFile(java.lang.String fileName,
java.lang.String fromDir,
java.lang.String toDir)
Utility method to copy a file from one directory to another |
static java.io.InputStream |
getInputStream(java.io.File file,
java.lang.Class c)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void copyFile(java.lang.String fileName, java.lang.String fromDir, java.lang.String toDir) throws java.io.IOException
java.io.IOException
public static void copyFile(java.io.File from, java.io.File to) throws java.io.IOException
java.io.IOException
public static java.io.InputStream getInputStream(java.io.File file, java.lang.Class c) throws java.io.FileNotFoundException
java.io.FileNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |