| Package | Description |
|---|---|
| org.gradle.tooling.internal.consumer | |
| org.gradle.tooling.internal.consumer.connection | |
| org.gradle.tooling.internal.consumer.loader |
| Modifier and Type | Method and Description |
|---|---|
Distribution |
DistributionFactory.getClasspathDistribution()
Uses the classpath to locate the distribution.
|
Distribution |
DistributionFactory.getDefaultDistribution(File projectDir,
boolean searchUpwards)
Returns the default distribution to use for the specified project.
|
Distribution |
DistributionFactory.getDistribution(File gradleHomeDir)
Returns the distribution installed in the specified directory.
|
Distribution |
DistributionFactory.getDistribution(String gradleVersion)
Returns the distribution for the specified gradle version.
|
Distribution |
DistributionFactory.getDistribution(URI gradleDistribution)
Returns the distribution at the given URI.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectConnection |
ConnectionFactory.create(Distribution distribution,
ConnectionParameters parameters) |
| Constructor and Description |
|---|
LazyConnection(Distribution distribution,
ToolingImplementationLoader implementationLoader,
LoggingProvider loggingProvider,
boolean verboseLogging) |
| Modifier and Type | Method and Description |
|---|---|
ConsumerConnection |
ToolingImplementationLoader.create(Distribution distribution,
ProgressLoggerFactory progressLoggerFactory,
boolean verboseLogging) |
ConsumerConnection |
SynchronizedToolingImplementationLoader.create(Distribution distribution,
ProgressLoggerFactory progressLoggerFactory,
boolean verboseLogging) |
AdaptedConnection |
DefaultToolingImplementationLoader.create(Distribution distribution,
ProgressLoggerFactory progressLoggerFactory,
boolean verboseLogging) |
ConsumerConnection |
CachingToolingImplementationLoader.create(Distribution distribution,
ProgressLoggerFactory progressLoggerFactory,
boolean verboseLogging) |
Copyright © 2013. All rights reserved