Class Utils
- java.lang.Object
-
- org.wildfly.galleon.plugin.transformer.Utils
-
public class Utils extends Object
Content copied from Galleon core. No dependency on galleon-core.- Author:
- jdenise
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidunzip(InputStream wf, File dir)static voidzip(Path src, Path zipFile)
-
-
-
Method Detail
-
unzip
public static void unzip(InputStream wf, File dir) throws Exception
- Throws:
Exception
-
zip
public static void zip(Path src, Path zipFile) throws IOException
- Throws:
IOException
-
-