Package org.gradle.api.artifacts
Interface VersionCatalogsExtension
- All Superinterfaces:
- Iterable<VersionCatalog>
Gives access to all version catalogs available.
- Since:
- 7.0
- 
Method SummaryModifier and TypeMethodDescriptionTries to find a catalog with the corresponding nameReturns the list of catalog namesdefault VersionCatalogReturns the catalog with the supplied name or throws an exception if it doesn't exist.Methods inherited from interface java.lang.IterableforEach, iterator, spliterator
- 
Method Details- 
findTries to find a catalog with the corresponding name- Parameters:
- name- the name of the catalog
 
- 
namedReturns the catalog with the supplied name or throws an exception if it doesn't exist.
- 
getCatalogNamesReturns the list of catalog names- Since:
- 7.2
 
 
-