Utilities to deal with unpacking certain formats.
| Type Params | Return Type | Name and description |
|---|---|---|
|
static void |
unpackDmgOnMacOsX(Project project, String tempPrefix, File srcArchive, String relPath, File destDir)Unpack a DMG image on MacOs. |
|
static void |
unpackDmgOnMacOsX(org.ysb33r.grolifant.api.core.ProjectOperations project, String tempPrefix, File srcArchive, String relPath, File destDir)Unpack a DMG image on MacOs. |
Unpack a DMG image on MacOs.
NOOP on other operating systems.
project - Project instance that unpacking is related to.tempPrefix - A preifx for the temporrary directory that will be used.srcArchive - DMG archive to unpackrelPath - Relative path within the DMG to unpack.destDir - Directory to unpack into.Unpack a DMG image on MacOs.
NOOP on other operating systems.
project - Project instance that unpacking is related to.tempPrefix - A preifx for the temporary directory that will be used.srcArchive - DMG archive to unpackrelPath - Relative path within the DMG to unpack.destDir - Directory to unpack into.