Package org.sonar.iac.docker.tree.api
Interface HasArguments
-
- All Known Subinterfaces:
ArgumentList,CmdInstruction,CommandInstruction,CopyInstruction,EntrypointInstruction,ExecForm,ExposeInstruction,HereDocument,RunInstruction,ShellForm,UserInstruction,VolumeInstruction,WorkdirInstruction
- All Known Implementing Classes:
AbstractCommandInstructionImpl,CmdInstructionImpl,CopyInstructionImpl,EntrypointInstructionImpl,ExecFormImpl,ExposeInstructionImpl,HereDocumentImpl,RunInstructionImpl,ShellFormImpl,UserInstructionImpl,VolumeInstructionImpl,WorkdirInstructionImpl
public interface HasArgumentsInterface to define the contract for any instructions with arguments.arguments()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Argument>arguments()
-