public class FileUtils
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
writeToFile
public static void writeToFile(Path file,
String content)
-
copyFile
public static void copyFile(Path basePath,
Path file)
-