|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.logging.DefaultStandardOutputCapture
class DefaultStandardOutputCapture extends java.lang.Object
| Constructor Summary | |
DefaultStandardOutputCapture()
Creates and instance with enabled set to false and LogLevel set to null. |
|
DefaultStandardOutputCapture(boolean enabled, LogLevel level)
|
|
| Method Summary | |
|---|---|
boolean
|
equals(java.lang.Object o)
|
LogLevel
|
getLevel()
|
int
|
hashCode()
|
boolean
|
isEnabled()
|
DefaultStandardOutputCapture
|
start()
|
DefaultStandardOutputCapture
|
stop()
|
| Methods inherited from class java.lang.Object | |
|---|---|
| hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Constructor Detail |
|---|
public DefaultStandardOutputCapture()
public DefaultStandardOutputCapture(boolean enabled, LogLevel level)
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
public LogLevel getLevel()
public int hashCode()
public boolean isEnabled()
public DefaultStandardOutputCapture start()
public DefaultStandardOutputCapture stop()
Groovy Documentation