Uses of Interface
org.sonar.iac.docker.tree.api.TransferInstructionTree
-
Packages that use TransferInstructionTree Package Description org.sonar.iac.docker.tree.api org.sonar.iac.docker.tree.impl -
-
Uses of TransferInstructionTree in org.sonar.iac.docker.tree.api
Subinterfaces of TransferInstructionTree in org.sonar.iac.docker.tree.api Modifier and Type Interface Description interfaceAddTreeinterfaceCopyTree -
Uses of TransferInstructionTree in org.sonar.iac.docker.tree.impl
Classes in org.sonar.iac.docker.tree.impl that implement TransferInstructionTree Modifier and Type Class Description classAddTreeImplclassCopyTreeImplclassTransferInstructionTreeImplTo be used when we want to implement a command that expect one+ src with one dest (supporting both SHELL and EXEC format) with Params.
-