Package org.sonar.iac.docker.tree.api
Interface CopyTree
-
- All Superinterfaces:
CommandInstructionTree,DockerTree,HasTextRange,InstructionTree,TransferInstructionTree,Tree
- All Known Implementing Classes:
CopyTreeImpl
public interface CopyTree extends TransferInstructionTree, CommandInstructionTree
-
-
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.CommandInstructionTree
arguments
-
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.InstructionTree
keyword
-
Methods inherited from interface org.sonar.iac.docker.tree.api.TransferInstructionTree
dest, options, srcs
-
-