Class NativeCommand

    • Constructor Detail

      • NativeCommand

        public NativeCommand​(File directory,
                             Map<String,​String> env)
        Deprecated.
        Parameters:
        env - Environment variables appended to environment
        directory - File working directory
      • NativeCommand

        public NativeCommand​(File directory,
                             Map<String,​String> env,
                             String stdin,
                             String stdout,
                             String stderr)
                      throws IOException
        Deprecated.
        Parameters:
        env - Environment variables appended to environment
        directory - File working directory
        stdin - File name that will contain data to be input to process
        stdout - File name that will contain out stream
        stderr - File name that will contain err stream
        Throws:
        IOException - if any of the files are not accessible