Class RunProcess

    • Constructor Detail

      • RunProcess

        public RunProcess​(String... command)
        Creates new RunProcess instance for the specified command.
        Parameters:
        command - the program to execute and its arguments
      • RunProcess

        public RunProcess​(File workingDirectory,
                          String... command)
        Creates new RunProcess instance for the specified working directory and command.
        Parameters:
        workingDirectory - the working directory of the child process or null to run in the working directory of the current Java process
        command - the program to execute and its arguments