Package com.chutneytesting.tools.file
Class FileUtils
java.lang.Object
com.chutneytesting.tools.file.FileUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcleanFolder(Path folderPath) static voiddeleteFolder(Path folderPath) static <R> RdoOnListFiles(Path path, Function<Stream<Path>, R> exec) static StringgetNameWithoutExtension(Path path) static voidinitFolder(Path folderPath) static StringreadContent(Path path) static voidwriteContent(Path path, String content)
-
Method Details
-
initFolder
- Throws:
UncheckedIOException
-
deleteFolder
-
cleanFolder
-
getNameWithoutExtension
-
doOnListFiles
public static <R> R doOnListFiles(Path path, Function<Stream<Path>, R> exec) throws UncheckedIOException- Throws:
UncheckedIOException
-
listFiles
-
readContent
- Throws:
UncheckedIOException
-
writeContent
- Throws:
UncheckedIOException
-