public class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendResourceBundleFragments(String name,
List<File> files,
File target) |
static void |
copyContent(InputStream is,
OutputStream out) |
static void |
copyTree(File source,
File target) |
static void |
deleteTree(File dir) |
public static void deleteTree(File dir)
public static void copyTree(File source, File target) throws IOException
IOExceptionpublic static void copyContent(InputStream is, OutputStream out) throws IOException
IOExceptionpublic static void appendResourceBundleFragments(String name, List<File> files, File target) throws IOException
IOExceptionCopyright © 2015 Nuxeo SA. All rights reserved.