|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.io.Exploder
public class Exploder
| Constructor Summary | |
|---|---|
Exploder()
|
|
| Method Summary | |
|---|---|
static void |
explode(com.google.common.io.InputSupplier<? extends java.io.InputStream> inputZip,
java.io.File outputDirectory)
Extracts a archive input stream. N.B.: You should cleanup after yourself, the temp directory won't be automatically deleted after this call. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Exploder()
| Method Detail |
|---|
public static void explode(com.google.common.io.InputSupplier<? extends java.io.InputStream> inputZip,
java.io.File outputDirectory)
throws java.io.IOException
inputZip - the input stream with the archive.outputDirectory - the folder where to extract the archive.
java.io.IOException - if an I/O exception occured while extracting.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||