public class ArchiveUtils extends Object
Constructor and Description |
---|
ArchiveUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
unpackToWorkDir(File archiveFile,
File toDir)
Unpacks the given archive file into the output directory.
|
public static void unpackToWorkDir(File archiveFile, File toDir) throws IOException
archiveFile
- an archive filetoDir
- where to unpack the archive toIOException
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.