Package io.github.intisy.gradle.inno
Class FileUtils
- java.lang.Object
-
- io.github.intisy.gradle.inno.FileUtils
-
public class FileUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description FileUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcopyFolder(Path source, Path target)static voidwaitForFile(File file, long checkIntervalMillis)
-
-
-
Method Detail
-
waitForFile
public static void waitForFile(File file, long checkIntervalMillis) throws InterruptedException
- Throws:
InterruptedException
-
copyFolder
public static void copyFolder(Path source, Path target) throws IOException
- Throws:
IOException
-
-