Package de.redsix.pdfcompare
Class FileUtils
- java.lang.Object
-
- de.redsix.pdfcompare.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 PathcreateTempDir(String prefix)static List<Path>getPaths(Path dir, String glob)static voidremoveTempDir(Path tempDir)static voidsetTempDirParent(Path tempDirParentPath)
-
-
-
Method Detail
-
setTempDirParent
public static void setTempDirParent(Path tempDirParentPath)
-
createTempDir
public static Path createTempDir(String prefix) throws IOException
- Throws:
IOException
-
removeTempDir
public static void removeTempDir(Path tempDir)
-
getPaths
public static List<Path> getPaths(Path dir, String glob) throws IOException
- Throws:
IOException
-
-