|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
java.io.PrintStream
org.gradle.api.logging.StandardOutputLogging.LoggingPrintStream
class StandardOutputLogging.LoggingPrintStream extends java.io.PrintStream
| Constructor Summary | |
StandardOutputLogging.LoggingPrintStream(StandardOutputLoggingAdapter out)
|
|
| Method Summary | |
|---|---|
StandardOutputLoggingAdapter
|
getStandardOutputLoggingAdapter()
|
void
|
setStandardOutputLoggingAdapter(StandardOutputLoggingAdapter standardOutputLoggingAdapter)
|
| Methods inherited from class java.io.PrintStream | |
|---|---|
| println, println, println, println, println, println, println, println, println, println, append, append, append, append, append, append, format, format, write, write, print, print, print, print, print, print, print, print, print, flush, close, checkError, printf, printf, write, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Methods inherited from class java.io.FilterOutputStream | |
|---|---|
| write, write, write, flush, close, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Methods inherited from class java.io.OutputStream | |
|---|---|
| write, write, write, flush, close, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Methods inherited from class java.lang.Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Constructor Detail |
|---|
public StandardOutputLogging.LoggingPrintStream(StandardOutputLoggingAdapter out)
| Method Detail |
|---|
public StandardOutputLoggingAdapter getStandardOutputLoggingAdapter()
public void setStandardOutputLoggingAdapter(StandardOutputLoggingAdapter standardOutputLoggingAdapter)
Groovy Documentation