Package de.larsgrefer.sass.embedded.util
Class IOUtils
- java.lang.Object
-
- de.larsgrefer.sass.embedded.util.IOUtils
-
@RequiresApi(10000) public final class IOUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidextract(URL archiveUrl, Path destinationDir)static booleanisEmpty(Path path)
-
-
-
Method Detail
-
extract
public static void extract(URL archiveUrl, Path destinationDir) throws IOException
- Throws:
IOException
-
isEmpty
public static boolean isEmpty(Path path) throws IOException
- Throws:
IOException
-
-