Package org.nuxeo.runtime.tomcat.dev
Class IOUtils
- java.lang.Object
-
- org.nuxeo.runtime.tomcat.dev.IOUtils
-
public class IOUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description IOUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
deleteTree
public static void deleteTree(File dir)
-
copyTree
public static void copyTree(File source, File target) throws IOException
- Throws:
IOException
-
copyContent
public static void copyContent(InputStream is, OutputStream out) throws IOException
- Throws:
IOException
-
appendResourceBundleFragments
public static void appendResourceBundleFragments(String name, List<File> files, File target) throws IOException
- Throws:
IOException
-
-