Class CopyUtils
java.lang.Object
com.bmuschko.gradle.docker.internal.CopyUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
copySingleFile
Copy regular file inside tempDestination to, or into, hostDestination- Throws:
IOException
-
copyMultipleFiles
Copy files inside tempDestination into hostDestination- Throws:
IOException
-