Package io.root.patcher
Class RootIoValueSource
java.lang.Object
io.root.patcher.RootIoValueSource
- All Implemented Interfaces:
org.gradle.api.provider.ValueSource<String,RootIoValueSource.Parameters>
public abstract class RootIoValueSource
extends Object
implements org.gradle.api.provider.ValueSource<String,RootIoValueSource.Parameters>
Gradle
ValueSource that resolves a patched dependency coordinate for a given GAV string,
using a local cache backed by DepCache and the Root.io API via RootIoClient.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.api.provider.ValueSource
getParameters
-
Constructor Details
-
RootIoValueSource
public RootIoValueSource()
-
-
Method Details
-
obtain
- Specified by:
obtainin interfaceorg.gradle.api.provider.ValueSource<String,RootIoValueSource.Parameters>
-