Class DefaultToolingImplementationLoader
- java.lang.Object
-
- org.gradle.tooling.internal.consumer.loader.DefaultToolingImplementationLoader
-
- All Implemented Interfaces:
ToolingImplementationLoader
public class DefaultToolingImplementationLoader extends java.lang.Object implements ToolingImplementationLoader
Loads the tooling API implementation of the Gradle version that will run the build (the "provider"). Adapts the rather clunky cross-version interface to the more readable interface of the TAPI client.
-
-
Constructor Summary
Constructors Constructor Description DefaultToolingImplementationLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsumerConnection
create(Distribution distribution, org.gradle.internal.logging.progress.ProgressLoggerFactory progressLoggerFactory, InternalBuildProgressListener progressListener, ConnectionParameters connectionParameters, org.gradle.initialization.BuildCancellationToken cancellationToken)
-
-
-
Method Detail
-
create
public ConsumerConnection create(Distribution distribution, org.gradle.internal.logging.progress.ProgressLoggerFactory progressLoggerFactory, InternalBuildProgressListener progressListener, ConnectionParameters connectionParameters, org.gradle.initialization.BuildCancellationToken cancellationToken)
- Specified by:
create
in interfaceToolingImplementationLoader
-
-