Uses of Class
io.quarkus.domino.ReleaseRepo
Packages that use ReleaseRepo
-
Uses of ReleaseRepo in io.quarkus.domino
Methods in io.quarkus.domino that return types with arguments of type ReleaseRepoModifier and TypeMethodDescriptionReleaseRepo.getDependencies()ProjectDependencyResolver.getReleaseRepos()Deprecated.ReleaseCollection.getRootReleaseRepos()ProjectDependencyResolver.getSortedReleaseRepos()Deprecated.in favor ofProjectDependencyResolver.getReleaseCollection()ReleaseCollection.iterator()Method parameters in io.quarkus.domino with type arguments of type ReleaseRepoModifier and TypeMethodDescription<T> TProjectDependencyResolver.applyToSorted(Function<Collection<ReleaseRepo>, T> func) Deprecated.voidProjectDependencyResolver.consumeSorted(Consumer<Collection<ReleaseRepo>> consumer) Deprecated.static ReleaseCollectionReleaseCollection.of(Collection<ReleaseRepo> releaseRepos) -
Uses of ReleaseRepo in io.quarkus.domino.manifest
Methods in io.quarkus.domino.manifest that return types with arguments of type ReleaseRepo
ProjectDependencyResolver.getReleaseCollection()