Uses of Class
io.quarkus.domino.ReleaseRepo
-
Packages that use ReleaseRepo Package Description io.quarkus.domino io.quarkus.domino.manifest -
-
Uses of ReleaseRepo in io.quarkus.domino
Methods in io.quarkus.domino that return types with arguments of type ReleaseRepo Modifier and Type Method Description Collection<ReleaseRepo>ReleaseRepo. getDependencies()Collection<ReleaseRepo>ProjectDependencyResolver. getReleaseRepos()Deprecated.in favor ofProjectDependencyResolver.getReleaseCollection()Iterable<ReleaseRepo>ReleaseCollection. getRootReleaseRepos()Collection<ReleaseRepo>ProjectDependencyResolver. getSortedReleaseRepos()Deprecated.in favor ofProjectDependencyResolver.getReleaseCollection()Iterator<ReleaseRepo>ReleaseCollection. iterator()Method parameters in io.quarkus.domino with type arguments of type ReleaseRepo Modifier and Type Method Description <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 Modifier and Type Method Description Consumer<Collection<ReleaseRepo>>ManifestGenerator. toConsumer()
-