Class FileUtils
java.lang.Object
com.github.skriptdev.skript.api.utils.FileUtils
Utilities for working with files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopyFromJar(String sourceInsideJar, Path targetDir)
-
Constructor Details
-
FileUtils
public FileUtils()
-
-
Method Details
-
copyFromJar
public static void copyFromJar(String sourceInsideJar, Path targetDir) throws IOException, URISyntaxException - Throws:
IOExceptionURISyntaxException
-