com.android.ide.common.process
Interface ProcessOutput

All Known Implementing Classes:
BaseProcessOutputHandler.BaseProcessOutput

public interface ProcessOutput

The output of a process. This is used to configure the ProcessExecutor for how to handle the stdout and stderr of the process.


Method Summary
 java.io.OutputStream getErrorOutput()
          Returns the OutputStream to use for the error output
 java.io.OutputStream getStandardOutput()
          Returns the OutputStream to use for the standard output
 

Method Detail

getStandardOutput

@NonNull
java.io.OutputStream getStandardOutput()
Returns the OutputStream to use for the standard output


getErrorOutput

@NonNull
java.io.OutputStream getErrorOutput()
Returns the OutputStream to use for the error output