Package run.halo.gradle.docker
Class DockerCopyFileToContainer.CopyFileToContainer
java.lang.Object
run.halo.gradle.docker.DockerCopyFileToContainer.CopyFileToContainer
- Enclosing class:
- DockerCopyFileToContainer
Class holding metadata for an arbitrary copy-file-to-container invocation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe host path.The remote path.inthashCode()booleanisTar()Indicates if copied file is a TAR file.voidsetHostPath(Object hostPath) The host path.voidsetRemotePath(Object remotePath) The remote path.voidsetTar(boolean isTar) Indicates if copied file is a TAR file.toString()
-
Constructor Details
-
CopyFileToContainer
public CopyFileToContainer()
-
-
Method Details
-
getHostPath
The host path.Can take the form of
String,GString,File, orClosurewhich returns any of the previous. -
getRemotePath
The remote path.Can take the form of
String,GString,File, orClosurewhich returns any of the previous. -
isTar
public boolean isTar()Indicates if copied file is a TAR file. -
setHostPath
The host path.Can take the form of
String,GString,File, orClosurewhich returns any of the previous. -
setRemotePath
The remote path.Can take the form of
String,GString,File, orClosurewhich returns any of the previous. -
setTar
public void setTar(boolean isTar) Indicates if copied file is a TAR file. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-