org.grails.wrapper
Class GrailsWrapper

java.lang.Object
  extended by org.grails.wrapper.GrailsWrapper

public class GrailsWrapper
extends java.lang.Object

GrailsWrapper class for wrapper

Since:
2.1

Constructor Summary
GrailsWrapper()
           
 
Method Summary
static void copy(java.io.InputStream in, java.io.OutputStream out)
           
static void extract(java.io.File zip, java.io.File dest)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrailsWrapper

public GrailsWrapper()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

extract

public static void extract(java.io.File zip,
                           java.io.File dest)
                    throws java.io.IOException
Throws:
java.io.IOException

copy

public static void copy(java.io.InputStream in,
                        java.io.OutputStream out)
                 throws java.io.IOException
Throws:
java.io.IOException