Uses of Interface
org.sonar.iac.docker.tree.api.HasScope
-
Packages that use HasScope Package Description org.sonar.iac.docker.tree.api org.sonar.iac.docker.tree.impl -
-
Uses of HasScope in org.sonar.iac.docker.tree.api
Subinterfaces of HasScope in org.sonar.iac.docker.tree.api Modifier and Type Interface Description interfaceBodyRepresents the content of a Dockerfile.interfaceDockerImageInterface to define the contract of the DockerImage, with itsFromInstructionand the list ofInstruction. -
Uses of HasScope in org.sonar.iac.docker.tree.impl
Classes in org.sonar.iac.docker.tree.impl that implement HasScope Modifier and Type Class Description classBodyImplclassDockerImageImplRepresent a Docker image and it's related instructions.
-