Uses of Class
io.quarkus.domino.ReleaseCollection
-
Packages that use ReleaseCollection Package Description io.quarkus.domino -
-
Uses of ReleaseCollection in io.quarkus.domino
Methods in io.quarkus.domino that return ReleaseCollection Modifier and Type Method Description ReleaseCollectionProjectDependencyResolver. getReleaseCollection()Returns a collection of project releases representing the project and its dependencies.static ReleaseCollectionReleaseCollection. of(Collection<ReleaseRepo> releaseRepos)ReleaseCollectionReleaseCollection. sort()Returns a new collection of releases sorted according to their dependencies.
-