| com.atlassian.stash.scm.CommandOutputHandler<T> |
Describes an OutputHandler which processes the standard output stream from a Command and, optionally,
produces some object T from it.
T
should be specialised as Void and getOutput() should return null.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the processed output, if any.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.utils.process.OutputHandler
| |||||||||||
Retrieves the processed output, if any.
Output handler implementations which are expected or required to produce output are encouraged to defer throwing any exception indicating no output was produced until this method is called, rather than throwing the exception duringprocessing.null if the command produced no interesting output