Package org.sonar.iac.docker.tree.api
Interface CommandInstructionTree
-
- All Superinterfaces:
DockerTree,HasTextRange,InstructionTree,Tree
- All Known Subinterfaces:
CmdTree,CopyTree,EntrypointTree,RunTree
- All Known Implementing Classes:
CmdTreeImpl,CommandInstructionTreeImpl,CopyTreeImpl,EntrypointTreeImpl,RunTreeImpl
public interface CommandInstructionTree extends InstructionTree
-
-
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 LiteralListTreearguments()This method always returns arguments passed to the instruction irrespective of the form (shell or exec).-
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
-
-
-
-
Method Detail
-
arguments
@CheckForNull LiteralListTree arguments()
This method always returns arguments passed to the instruction irrespective of the form (shell or exec). In most instructions it can be null
-
-