Package org.gradle.api.artifacts
Interface ComponentMetadataSupplier
- All Superinterfaces:
Action<ComponentMetadataSupplierDetails>
A component metadata rule is responsible for providing the initial metadata of a component
from a remote repository, in place of parsing the descriptor. Users may implement a provider
to make dependency resolution faster.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ComponentMetadataSupplierDetails details) Supply metadata for a component.
-
Method Details
-
execute
Supply metadata for a component.- Specified by:
execute
in interfaceAction<ComponentMetadataSupplierDetails>
- Parameters:
details
- the supplier details
-