Package io.micronaut.gradle.catalog
Class VersionCatalogTomlModel
java.lang.Object
io.micronaut.gradle.catalog.VersionCatalogTomlModel
A model of a TOML file which can be used to update the file
automatically.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLibrary
(Library library) void
addVersion
(VersionModel version) findLibrariesForVersionReference
(String versionRef) findLibrary
(String group, String name) findVersion
(String alias)
-
Constructor Details
-
VersionCatalogTomlModel
public VersionCatalogTomlModel()
-
-
Method Details
-
addLibrary
-
addVersion
-
findLibrary
-
findVersion
-
findLibrariesForVersionReference
-
getLibrariesTable
-
getVersionsTable
-