Class CopyUtils
java.lang.Object
com.bmuschko.gradle.docker.internal.CopyUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopyMultipleFiles(Path hostDestination, Path tempDestination) Copy files inside tempDestination into hostDestinationstatic voidcopySingleFile(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
-