Class MavenChecksumPathResolutionStrategy
java.lang.Object
io.github.slimjar.resolver.strategy.MavenChecksumPathResolutionStrategy
- All Implemented Interfaces:
PathResolutionStrategy
public final class MavenChecksumPathResolutionStrategy
extends Object
implements PathResolutionStrategy
-
Constructor Summary
ConstructorsConstructorDescriptionMavenChecksumPathResolutionStrategy(@NotNull String algorithm, @NotNull PathResolutionStrategy resolutionStrategy) -
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<@NotNull String>pathTo(@NotNull Repository repository, @NotNull Dependency dependency)
-
Constructor Details
-
MavenChecksumPathResolutionStrategy
@Contract(pure=true) public MavenChecksumPathResolutionStrategy(@NotNull @NotNull String algorithm, @NotNull @NotNull PathResolutionStrategy resolutionStrategy)
-
-
Method Details
-
pathTo
@Contract(pure=true) @NotNull public @NotNull Collection<@NotNull String> pathTo(@NotNull @NotNull Repository repository, @NotNull @NotNull Dependency dependency) - Specified by:
pathToin interfacePathResolutionStrategy
-