Uses of Class
org.stianloader.picoresolve.repo.RepositoryAttachedValue
Packages that use RepositoryAttachedValue
Package
Description
Package storing repository, downloading and installation related classes.
-
Uses of RepositoryAttachedValue in org.stianloader.picoresolve
Methods in org.stianloader.picoresolve that return types with arguments of type RepositoryAttachedValueModifier and TypeMethodDescriptionCompletableFuture<Map.Entry<@NotNull GAV,RepositoryAttachedValue<Path>>> MavenResolver.download(@NotNull String group, @NotNull String artifact, @NotNull VersionRange versionRange, @Nullable String classifier, @NotNull String extension, @NotNull Executor executor) MavenResolver.download(@NotNull GAV gav, @Nullable String classifier, @NotNull String extension, @NotNull Executor executor) -
Uses of RepositoryAttachedValue in org.stianloader.picoresolve.repo
Methods in org.stianloader.picoresolve.repo that return types with arguments of type RepositoryAttachedValueModifier and TypeMethodDescription@NotNull CompletableFuture<RepositoryAttachedValue<byte[]>>MavenRepository.getResource(@NotNull String path, @NotNull Executor executor) @NotNull CompletableFuture<RepositoryAttachedValue<byte[]>>URIMavenRepository.getResource(@NotNull String path, @NotNull Executor executor) @NotNull CompletableFuture<List<RepositoryAttachedValue<Path>>>MavenLocalRepositoryNegotiator.resolveMavenMeta(@NotNull String path, @NotNull Executor executor) @NotNull CompletableFuture<List<RepositoryAttachedValue<Path>>>RepositoryNegotiatior.resolveMavenMeta(@NotNull String path, @NotNull Executor executor) Resolve all relevant maven-metadata.xml files from the repositories and cache them into files.@NotNull CompletableFuture<RepositoryAttachedValue<Path>>MavenLocalRepositoryNegotiator.resolveStandard(@NotNull String path, @NotNull Executor executor) @NotNull CompletableFuture<RepositoryAttachedValue<Path>>RepositoryNegotiatior.resolveStandard(@NotNull String path, @NotNull Executor executor) Resolve a "standard" non-metadata file from the repositories and store it into a file.