Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.tomcat.dev
Class IOUtils

java.lang.Object
  extended by org.nuxeo.runtime.tomcat.dev.IOUtils

public class IOUtils
extends Object


Constructor Summary
IOUtils()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtils

public IOUtils()
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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.