Class CopyFileToContainer
- java.lang.Object
-
- com.bmuschko.gradle.docker.domain.CopyFileToContainer
-
public class CopyFileToContainer extends Object
Class holding metadata for an arbitrary copy-file-to-container invocation.
-
-
Constructor Summary
Constructors Constructor Description CopyFileToContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getHostPath()
boolean
getIsTar()
Object
getRemotePath()
boolean
isIsTar()
void
setHostPath(Object hostPath)
void
setIsTar(boolean isTar)
void
setRemotePath(Object remotePath)
-
-
-
Method Detail
-
getHostPath
public Object getHostPath()
-
setHostPath
public void setHostPath(Object hostPath)
-
getRemotePath
public Object getRemotePath()
-
setRemotePath
public void setRemotePath(Object remotePath)
-
getIsTar
public boolean getIsTar()
-
isIsTar
public boolean isIsTar()
-
setIsTar
public void setIsTar(boolean isTar)
-
-