Package com.igormaznitsa.mvngolang.utils
Class UnpackUtils
- java.lang.Object
-
- com.igormaznitsa.mvngolang.utils.UnpackUtils
-
public final class UnpackUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnpackUtils.CantReadArchiveEntryException
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intunpackFileToFolder(org.apache.maven.plugin.logging.Log logger, String folder, File archiveFile, File destinationFolder, boolean tryMakeAllExecutable)
-
-
-
Method Detail
-
unpackFileToFolder
public static int unpackFileToFolder(@Nonnull org.apache.maven.plugin.logging.Log logger, @Nullable String folder, @Nonnull File archiveFile, @Nonnull File destinationFolder, boolean tryMakeAllExecutable) throws IOException
- Throws:
IOException
-
-