Class SimpleMirrorSelector
java.lang.Object
io.github.slimjar.resolver.mirrors.SimpleMirrorSelector
- All Implemented Interfaces:
MirrorSelector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<@NotNull Repository>select(@NotNull Collection<@NotNull Repository> mainRepositories, @NotNull Collection<@NotNull Mirror> mirrors)
-
Constructor Details
-
SimpleMirrorSelector
public SimpleMirrorSelector()
-
-
Method Details
-
select
@Contract(pure=true) @NotNull public @NotNull Collection<@NotNull Repository> select(@NotNull @NotNull Collection<@NotNull Repository> mainRepositories, @NotNull @NotNull Collection<@NotNull Mirror> mirrors) - Specified by:
selectin interfaceMirrorSelector
-