public interface FileSystemUtils
Modifier and Type | Method and Description |
---|---|
java.lang.String |
buildReportDirectoryName() |
void |
copyFromJar(java.lang.String sourcePath,
java.nio.file.Path target)
recursivly copies a directory embedded in the jar file to a location on the disk
|
void |
copyFromJar(java.net.URI sourcePath,
java.nio.file.Path target)
recursivly copies a directory embedded in the jar file to a location on the disk
|
java.lang.String buildReportDirectoryName()
void copyFromJar(java.lang.String sourcePath, java.nio.file.Path target) throws java.io.IOException
sourcePath
- The source directorytarget
- The target directoryjava.io.IOException
- exception thrown when the file could not be copiedvoid copyFromJar(@NotNull java.net.URI sourcePath, @NotNull java.nio.file.Path target) throws java.io.IOException
sourcePath
- The source directorytarget
- The target directoryjava.io.IOException
- exception thrown when the file could not be copied