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 IOUtils()
public static void deleteTree(File dir)
public static void copyTree(File source, File target) throws IOException
IOException
public static void copyContent(InputStream is, OutputStream out) throws IOException
IOException
public static void appendResourceBundleFragments(String name, List<File> files, File target) throws IOException
IOException
Copyright © 2018 Nuxeo. All rights reserved.