Class CopyUtils
- java.lang.Object
-
- com.bmuschko.gradle.docker.internal.CopyUtils
-
public final class CopyUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
copyMultipleFiles(Path hostDestination, Path tempDestination)
Copy files inside tempDestination into hostDestinationstatic void
copySingleFile(Path hostDestination, Path tempDestination)
Copy regular file inside tempDestination to, or into, hostDestination
-
-
-
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
-
-