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