public interface SetupUtil
| Modifier and Type | Method and Description | 
|---|---|
void | 
copy(InputStream inputStream,
    OutputStream outputStream)  | 
void | 
copyDirectory(File source,
             File target)  | 
void | 
copyFile(File source,
        File target)  | 
void copy(InputStream inputStream, OutputStream outputStream) throws IOException
IOExceptionvoid copyDirectory(File source, File target) throws IOException
IOExceptionvoid copyFile(File source, File target) throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.