Class CopyUtils


  • public final class CopyUtils
    extends Object
    • Method Detail

      • copySingleFile

        public static void copySingleFile​(Path hostDestination,
                                          Path tempDestination)
                                   throws IOException
        Copy regular file inside tempDestination to, or into, hostDestination
        Throws:
        IOException
      • copyMultipleFiles

        public static void copyMultipleFiles​(Path hostDestination,
                                             Path tempDestination)
                                      throws IOException
        Copy files inside tempDestination into hostDestination
        Throws:
        IOException