public interface LongRunningOperationParametersVersion1
| Modifier and Type | Method and Description |
|---|---|
ProgressListenerVersion1 |
getProgressListener()
Returns the listener to receive progress events.
|
OutputStream |
getStandardError()
Returns the output stream to write stderr logging to.
|
InputStream |
getStandardInput()
Returns the input stream to that can be consumed.
|
OutputStream |
getStandardOutput()
Returns the output stream to write stdout logging to.
|
OutputStream getStandardOutput()
OutputStream getStandardError()
ProgressListenerVersion1 getProgressListener()
InputStream getStandardInput()
Copyright © 2013. All rights reserved