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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLibrary(Library library) voidaddVersion(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
-