Package org.sonar.iac.docker.tree.api
Interface CopyInstruction
-
- All Superinterfaces:
CommandInstruction,DockerTree,HasArguments,HasTextRange,Instruction,TransferInstruction,Tree
- All Known Implementing Classes:
CopyInstructionImpl
public interface CopyInstruction extends TransferInstruction, CommandInstruction
Interface to define the contract of the COPY> instruction. It is a combination of theTransferInstructionandCommandInstructioninterfaces, offering two ways to retrieve the arguments.COPY
TransferInstruction.options()TransferInstruction.srcs()TransferInstruction.dest()COPYTransferInstruction.srcs()TransferInstruction.dest()COPYTransferInstruction.options()HasArguments.arguments()COPYHasArguments.arguments()
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.iac.docker.tree.api.DockerTree
DockerTree.Kind
-
-
Method Summary
-
Methods inherited from interface org.sonar.iac.docker.tree.api.DockerTree
getKind, is, parent, setParent
-
Methods inherited from interface org.sonar.iac.docker.tree.api.HasArguments
arguments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
Methods inherited from interface org.sonar.iac.docker.tree.api.Instruction
keyword
-
Methods inherited from interface org.sonar.iac.docker.tree.api.TransferInstruction
dest, options, srcs
-
-