public class DefaultConnectionParameters extends Object implements ConnectionParameters
| Constructor and Description |
|---|
DefaultConnectionParameters() |
| Modifier and Type | Method and Description |
|---|---|
TimeUnit |
getDaemonMaxIdleTimeUnits() |
Integer |
getDaemonMaxIdleTimeValue() |
File |
getGradleUserHomeDir()
Returns the Gradle user home directory, or null to use default.
|
File |
getProjectDir() |
boolean |
getVerboseLogging()
Whether to log debug statements eagerly
|
Boolean |
isEmbedded() |
Boolean |
isSearchUpwards()
Specifies whether to search for root project, or null to use default.
|
void |
setDaemonMaxIdleTimeUnits(TimeUnit daemonMaxIdleTimeUnits) |
void |
setDaemonMaxIdleTimeValue(Integer daemonMaxIdleTimeValue) |
void |
setEmbedded(Boolean embedded) |
void |
setGradleUserHomeDir(File gradleUserHomeDir) |
void |
setProjectDir(File projectDir) |
void |
setSearchUpwards(Boolean searchUpwards) |
void |
setVerboseLogging(boolean verboseLogging) |
public File getGradleUserHomeDir()
ConnectionParametersgetGradleUserHomeDir in interface ConnectionParameterspublic void setGradleUserHomeDir(File gradleUserHomeDir)
public File getProjectDir()
getProjectDir in interface ConnectionParameterspublic void setProjectDir(File projectDir)
public Boolean isSearchUpwards()
ConnectionParametersisSearchUpwards in interface ConnectionParameterspublic void setSearchUpwards(Boolean searchUpwards)
public Boolean isEmbedded()
isEmbedded in interface ConnectionParameterspublic void setEmbedded(Boolean embedded)
public Integer getDaemonMaxIdleTimeValue()
getDaemonMaxIdleTimeValue in interface ConnectionParameterspublic void setDaemonMaxIdleTimeValue(Integer daemonMaxIdleTimeValue)
public TimeUnit getDaemonMaxIdleTimeUnits()
getDaemonMaxIdleTimeUnits in interface ConnectionParameterspublic void setDaemonMaxIdleTimeUnits(TimeUnit daemonMaxIdleTimeUnits)
public boolean getVerboseLogging()
ConnectionParametersgetVerboseLogging in interface ConnectionParameterspublic void setVerboseLogging(boolean verboseLogging)
Copyright © 2013. All rights reserved