Class CopyUtils

java.lang.Object
com.bmuschko.gradle.docker.internal.CopyUtils

public final class CopyUtils extends Object
  • Method Details

    • 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