public interface StandardOutputCapture
| Modifier and Type | Method and Description |
|---|---|
StandardOutputCapture |
start()
Starts redirection of System.out and System.err to the Gradle logging system.
|
StandardOutputCapture |
stop()
Restores System.out and System.err to the values they had before
start() has been called. |
StandardOutputCapture start()
StandardOutputCapture stop()
start() has been called.Copyright © 2013. All rights reserved