Package org.sonar.iac.docker.tree.api
Interface EnvInstruction
-
- All Superinterfaces:
DockerTree,HasTextRange,Instruction,Tree
- All Known Implementing Classes:
EnvInstructionImpl
public interface EnvInstruction extends Instruction
Interface to define the contract of the ENV> instruction.ENV
environmentVariables()
-
-
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 List<KeyValuePair>environmentVariables()-
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
-
-
-
-
Method Detail
-
environmentVariables
List<KeyValuePair> environmentVariables()
-
-