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 SummaryModifier and TypeMethodDescriptionvoidexecute(ComponentMetadataSupplierDetails details) Supply metadata for a component.
- 
Method Details- 
executeSupply metadata for a component.- Specified by:
- executein interface- Action<ComponentMetadataSupplierDetails>
- Parameters:
- details- the supplier details
 
 
-