Class MediatingPathResolutionStrategy
java.lang.Object
io.github.slimjar.resolver.strategy.MediatingPathResolutionStrategy
- All Implemented Interfaces:
PathResolutionStrategy
-
Constructor Summary
ConstructorsConstructorDescriptionMediatingPathResolutionStrategy(@NotNull PathResolutionStrategy releaseStrategy, @NotNull PathResolutionStrategy snapshotStrategy) -
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<@NotNull String>pathTo(@NotNull Repository repository, @NotNull Dependency dependency)
-
Constructor Details
-
MediatingPathResolutionStrategy
@Contract(pure=true) public MediatingPathResolutionStrategy(@NotNull @NotNull PathResolutionStrategy releaseStrategy, @NotNull @NotNull PathResolutionStrategy snapshotStrategy)
-
-
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
-