public class NarUnpacker extends Object
| Constructor and Description |
|---|
NarUnpacker() |
| Modifier and Type | Method and Description |
|---|---|
static File |
unpackNar(File nar,
File baseWorkingDirectory)
Unpacks the specified nar into the specified base working directory.
|
public static File unpackNar(File nar, File baseWorkingDirectory) throws IOException
nar - the nar to unpackbaseWorkingDirectory - the directory to unpack toIOException - if unable to explode narCopyright © 2017–2022 Apache Software Foundation. All rights reserved.