Interface PathResolutionStrategy
- All Known Implementing Classes:
MavenChecksumPathResolutionStrategy,MavenPathResolutionStrategy,MavenPomPathResolutionStrategy,MavenSnapshotPathResolutionStrategy,MediatingPathResolutionStrategy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<@NotNull String>pathTo(@NotNull Repository repository, @NotNull Dependency dependency)
-
Method Details
-
pathTo
@NotNull @NotNull Collection<@NotNull String> pathTo(@NotNull @NotNull Repository repository, @NotNull @NotNull Dependency dependency)
-