Class FileUtils
java.lang.Object
com.zombienw.onyxlib.impl.pack.FileUtils
Helper class for managing file operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddeleteDirectory(Path dir) static voidextractAssetsFromJar(Plugin plugin, Path destRoot) static voidzipDirectory(Path source, Path destZip)
-
Constructor Details
-
FileUtils
public FileUtils()
-
-
Method Details
-
extractAssetsFromJar
- Throws:
IOException
-
zipDirectory
- Throws:
IOException
-
deleteDirectory
- Throws:
IOException
-