Class FileMerge


  • public class FileMerge
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileMerge()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void merge​(java.util.Collection<java.io.File> files, java.io.File targetFile)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileMerge

        public FileMerge()
    • Method Detail

      • merge

        public static void merge​(java.util.Collection<java.io.File> files,
                                 java.io.File targetFile)
                          throws java.io.IOException
        Throws:
        java.io.IOException