Package org.sonar.iac.docker.tree.api
Interface TransferInstruction
-
- All Superinterfaces:
DockerTree,HasTextRange,Instruction,Tree
- All Known Subinterfaces:
AddInstruction,CopyInstruction
- All Known Implementing Classes:
AbstractTransferInstructionImpl,AddInstructionImpl,CopyInstructionImpl
public interface TransferInstruction extends Instruction
Interface to define the contract for transfer instruction, such asAddInstructionorCopyInstruction.Instruction.keyword()options()srcs()dest()
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.iac.docker.tree.api.DockerTree
DockerTree.Kind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Argumentdest()List<Flag>options()List<Argument>srcs()-
Methods inherited from interface org.sonar.iac.docker.tree.api.DockerTree
getKind, is, parent, setParent
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
Methods inherited from interface org.sonar.iac.docker.tree.api.Instruction
keyword
-
-