Class ShellOrExec


  • public class ShellOrExec
    extends Object
    Description of an entrypoint or command
    • Field Detail

      • exec

        public List<String> exec
        Executable and parameters, no shell involved
      • shell

        public String shell
        Single line command that will be executed by shell (not used if exec specified)
    • Constructor Detail

      • ShellOrExec

        public ShellOrExec()