Class FileUtils
java.lang.Object
jdk.jpackage.internal.util.FileUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
copyRecursive
(Path src, Path dest, CopyOption... options) static void
copyRecursive
(Path src, Path dest, List<Path> excludes, CopyOption... options) static void
deleteRecursive
(Path directory)
-
Constructor Details
-
FileUtils
public FileUtils()
-
-
Method Details
-
deleteRecursive
- Throws:
IOException
-
copyRecursive
- Throws:
IOException
-
copyRecursive
public static void copyRecursive(Path src, Path dest, List<Path> excludes, CopyOption... options) throws IOException - Throws:
IOException
-