Package org.sonar.iac.docker.tree.api
Interface DockerImage
-
- All Superinterfaces:
DockerTree,HasScope,HasTextRange,Tree
- All Known Implementing Classes:
DockerImageImpl
public interface DockerImage extends DockerTree, HasScope
Interface to define the contract of the DockerImage, with itsFromInstructionand the list ofInstruction.from()from()instructions()
-
-
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 FromInstructionfrom()List<Instruction>instructions()-
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
-
-
-
-
Method Detail
-
from
FromInstruction from()
-
instructions
List<Instruction> instructions()
-
-