Uses of Interface
org.sonar.iac.docker.tree.api.TransferInstruction
-
Packages that use TransferInstruction Package Description org.sonar.iac.docker.tree.api org.sonar.iac.docker.tree.impl -
-
Uses of TransferInstruction in org.sonar.iac.docker.tree.api
Subinterfaces of TransferInstruction in org.sonar.iac.docker.tree.api Modifier and Type Interface Description interfaceAddInstructionInterface to define the contract of the ADD> instruction.interfaceCopyInstructionInterface to define the contract of the COPY> instruction. -
Uses of TransferInstruction in org.sonar.iac.docker.tree.impl
Classes in org.sonar.iac.docker.tree.impl that implement TransferInstruction Modifier and Type Class Description classAbstractTransferInstructionImplTo be used when we want to implement a command that expect one+ src with one dest (supporting both SHELL and EXEC format) with Params.classAddInstructionImplclassCopyInstructionImpl
-