Uses of Interface
org.sonar.iac.docker.tree.api.Flag
-
Packages that use Flag Package Description org.sonar.iac.docker.parser org.sonar.iac.docker.parser.grammar org.sonar.iac.docker.tree.api org.sonar.iac.docker.tree.impl org.sonar.iac.docker.utils -
-
Uses of Flag in org.sonar.iac.docker.parser
Methods in org.sonar.iac.docker.parser that return Flag Modifier and Type Method Description FlagTreeFactory. flag(SyntaxToken prefix, SyntaxToken name, com.sonar.sslr.api.typed.Optional<SyntaxToken> equals, com.sonar.sslr.api.typed.Optional<Argument> value)Method parameters in org.sonar.iac.docker.parser with type arguments of type Flag Modifier and Type Method Description AddInstructionTreeFactory. add(SyntaxToken add, com.sonar.sslr.api.typed.Optional<List<Flag>> options, ArgumentList srcsAndDest)CopyInstructionTreeFactory. copy(SyntaxToken copy, com.sonar.sslr.api.typed.Optional<List<Flag>> options, ArgumentList srcsAndDest)FromInstructionTreeFactory. from(SyntaxToken keyword, com.sonar.sslr.api.typed.Optional<Flag> platform, Argument image, com.sonar.sslr.api.typed.Optional<Alias> alias)HealthCheckInstructionTreeFactory. healthcheck(SyntaxToken healthcheck, com.sonar.sslr.api.typed.Optional<List<Flag>> flags, DockerTree noneOrCmd)RunInstructionTreeFactory. run(SyntaxToken token, com.sonar.sslr.api.typed.Optional<List<Flag>> options, com.sonar.sslr.api.typed.Optional<ArgumentList> execFormOrShellForm) -
Uses of Flag in org.sonar.iac.docker.parser.grammar
Methods in org.sonar.iac.docker.parser.grammar that return Flag Modifier and Type Method Description FlagDockerGrammar. FLAG() -
Uses of Flag in org.sonar.iac.docker.tree.api
Methods in org.sonar.iac.docker.tree.api that return Flag Modifier and Type Method Description FlagFromInstruction. platform()Methods in org.sonar.iac.docker.tree.api that return types with arguments of type Flag Modifier and Type Method Description List<Flag>HealthCheckInstruction. options()List<Flag>RunInstruction. options()List<Flag>TransferInstruction. options() -
Uses of Flag in org.sonar.iac.docker.tree.impl
Classes in org.sonar.iac.docker.tree.impl that implement Flag Modifier and Type Class Description classFlagImplFields in org.sonar.iac.docker.tree.impl with type parameters of type Flag Modifier and Type Field Description protected List<Flag>AbstractTransferInstructionImpl. optionsMethods in org.sonar.iac.docker.tree.impl that return Flag Modifier and Type Method Description FlagFromInstructionImpl. platform()Methods in org.sonar.iac.docker.tree.impl that return types with arguments of type Flag Modifier and Type Method Description List<Flag>AbstractTransferInstructionImpl. options()List<Flag>HealthCheckInstructionImpl. options()List<Flag>RunInstructionImpl. options()Constructors in org.sonar.iac.docker.tree.impl with parameters of type Flag Constructor Description FromInstructionImpl(SyntaxToken keyword, Flag platform, Argument image, Alias alias)Constructor parameters in org.sonar.iac.docker.tree.impl with type arguments of type Flag Constructor Description AbstractTransferInstructionImpl(SyntaxToken add, List<Flag> options, ArgumentList srcsAndDest)AddInstructionImpl(SyntaxToken add, List<Flag> options, ArgumentList srcsAndDest)CopyInstructionImpl(SyntaxToken add, List<Flag> options, ArgumentList srcsAndDest)HealthCheckInstructionImpl(SyntaxToken keyword, List<Flag> options, CmdInstruction cmdInstruction, SyntaxToken none)RunInstructionImpl(SyntaxToken keyword, List<Flag> options, ArgumentList arguments) -
Uses of Flag in org.sonar.iac.docker.utils
Methods in org.sonar.iac.docker.utils that return types with arguments of type Flag Modifier and Type Method Description static Optional<Flag>CheckUtils. getParamByName(List<Flag> params, String name)Method parameters in org.sonar.iac.docker.utils with type arguments of type Flag Modifier and Type Method Description static Optional<Flag>CheckUtils. getParamByName(List<Flag> params, String name)
-