org.overlord.sramp.atom.archive
Class ArchiveUtils
java.lang.Object
org.overlord.sramp.atom.archive.ArchiveUtils
public class ArchiveUtils
- extends Object
Some general porpoise utils for working with archives.
- Author:
- eric.wittmann@redhat.com
|
Method Summary |
static void |
unpackToWorkDir(File archiveFile,
File toDir)
Unpacks the given archive file into the output directory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchiveUtils
public ArchiveUtils()
unpackToWorkDir
public static void unpackToWorkDir(File archiveFile,
File toDir)
throws IOException
- Unpacks the given archive file into the output directory.
- Parameters:
archiveFile - an archive filetoDir - where to unpack the archive to
- Throws:
IOException
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.