|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.ide.common.process.BaseProcessOutputHandler
public abstract class BaseProcessOutputHandler
Partial implementation of ProcessOutputHandler that creates a ProcessOutput that caches the
output in a ByteArrayOutputStream.
This does not do anything with it, since it does not implement
ProcessOutputHandler.handleOutput(ProcessOutput)
Nested Class Summary | |
---|---|
static class |
BaseProcessOutputHandler.BaseProcessOutput
|
Constructor Summary | |
---|---|
BaseProcessOutputHandler()
|
Method Summary | |
---|---|
ProcessOutput |
createOutput()
Creates a ProcessOutput to be used by the process executor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.android.ide.common.process.ProcessOutputHandler |
---|
handleOutput |
Constructor Detail |
---|
public BaseProcessOutputHandler()
Method Detail |
---|
@NonNull public ProcessOutput createOutput()
ProcessOutputHandler
createOutput
in interface ProcessOutputHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |