Interface ExecForm

  • All Superinterfaces:
    ArgumentList, DockerTree, HasArguments, HasTextRange, Tree
    All Known Implementing Classes:
    ExecFormImpl

    public interface ExecForm
    extends ArgumentList
    Interface to define the contract of ExecForm. It is a way to structure and provide Argument to compatible instruction. It extends from ArgumentList, it is a common interface from which extends any form that provide a list of argument, they are interchangeable. This form use brackets, each argument much be separated by comma and be surrounded by double-quotes. Examples : ["val"] ["val1", "val2"]