|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.ide.common.process.BaseProcessOutputHandler.BaseProcessOutput
public static final class BaseProcessOutputHandler.BaseProcessOutput
Constructor Summary | |
---|---|
BaseProcessOutputHandler.BaseProcessOutput()
|
Method Summary | |
---|---|
java.io.ByteArrayOutputStream |
getErrorOutput()
Returns the OutputStream to use for the error output |
java.lang.String |
getErrorOutputAsString()
|
java.io.ByteArrayOutputStream |
getStandardOutput()
Returns the OutputStream to use for the standard output |
java.lang.String |
getStandardOutputAsString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseProcessOutputHandler.BaseProcessOutput()
Method Detail |
---|
@NonNull public java.io.ByteArrayOutputStream getStandardOutput()
ProcessOutput
getStandardOutput
in interface ProcessOutput
@NonNull public java.io.ByteArrayOutputStream getErrorOutput()
ProcessOutput
getErrorOutput
in interface ProcessOutput
@NonNull public java.lang.String getStandardOutputAsString() throws ProcessException
ProcessException
@NonNull public java.lang.String getErrorOutputAsString() throws ProcessException
ProcessException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |