Uses of Interface
org.sonar.iac.docker.tree.api.CommandInstruction
-
Packages that use CommandInstruction Package Description org.sonar.iac.docker.checks.utils org.sonar.iac.docker.tree.api org.sonar.iac.docker.tree.impl -
-
Uses of CommandInstruction in org.sonar.iac.docker.checks.utils
Methods in org.sonar.iac.docker.checks.utils with type parameters of type CommandInstruction Modifier and Type Method Description static <T extends CommandInstruction>
BiConsumer<CheckContext,T>CheckUtils. ignoringExecForm(BiConsumer<CheckContext,T> visitor)Only execute the visitor if this CommandInstruction is not an ExecForm.static <T extends CommandInstruction>
BiConsumer<CheckContext,T>CheckUtils. ignoringHeredoc(BiConsumer<CheckContext,T> visitor) -
Uses of CommandInstruction in org.sonar.iac.docker.tree.api
Subinterfaces of CommandInstruction in org.sonar.iac.docker.tree.api Modifier and Type Interface Description interfaceCmdInstructionInterface to define the contract of the CMD> instruction.interfaceCopyInstructionInterface to define the contract of the COPY> instruction.interfaceEntrypointInstructionInterface to define the contract of the ENTRYPOINT> instruction.interfaceRunInstructionInterface to define the contract of the RUN> instruction. -
Uses of CommandInstruction in org.sonar.iac.docker.tree.impl
Classes in org.sonar.iac.docker.tree.impl that implement CommandInstruction Modifier and Type Class Description classAbstractCommandInstructionImplclassCmdInstructionImplclassCopyInstructionImplclassEntrypointInstructionImplclassRunInstructionImpl
-