|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Intercepts System.out. Implementation helper for Console.groovy.
| Field Summary | |
|---|---|
Closure |
callback
|
| Constructor Summary | |
SystemOutputInterceptor(Closure callback)
Constructor accepts a string to be sent to std out and returns a Boolean. |
|
| Method Summary | |
|---|---|
void |
start()
Starts intercepting System.out |
void |
stop()
Stops intercepting System.out, sending output to whereever it was going when this interceptor was created. |
void |
write(def b, int off, int len)
Intercepts output - moret common case of byte[] |
void |
write(int b)
Intercepts output - single characters |
| Constructor Detail |
|---|
public SystemOutputInterceptor(Closure callback)
| Method Detail |
|---|
public void start()
public void stop()
public void write(def b, int off, int len)
public void write(int b)