Interface ShellForm

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

    public interface ShellForm
    extends ArgumentList
    Interface to define the contract of ShellForm. 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 is the simpler as there is no format at all, Argument must just be provided separated by whitespace. Examples : val val1 val2