public class ExtractFilesFromArchive extends Object
| Constructor and Description |
|---|
ExtractFilesFromArchive() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
extractFileFromArchive(File downloadedCompressedFile,
String extractedToFilePath,
boolean overwriteFilesThatExist,
BinaryFileNames possibleFilenames)
Extract binary from a downloaded archive file
|
public static boolean extractFileFromArchive(File downloadedCompressedFile, String extractedToFilePath, boolean overwriteFilesThatExist, BinaryFileNames possibleFilenames) throws IOException, IllegalArgumentException, org.apache.maven.plugin.MojoFailureException
downloadedCompressedFile - The downloaded compressed fileextractedToFilePath - Path to extracted fileoverwriteFilesThatExist - Overwrite any existing filespossibleFilenames - Names of the files we want to extractIOExceptionIllegalArgumentExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2015. All Rights Reserved.