Package org.openrewrite.maven.tree
Class MavenRepositoryMirror
java.lang.Object
org.openrewrite.maven.tree.MavenRepositoryMirror
-
Constructor Summary
ConstructorsConstructorDescriptionMavenRepositoryMirror(@Nullable String id, @Nullable String url, @Nullable String mirrorOf, @Nullable Boolean releases, @Nullable Boolean snapshots, MavenSettings.Servers servers) -
Method Summary
Modifier and TypeMethodDescriptionstatic MavenRepositoryapply(Collection<MavenRepositoryMirror> mirrors, MavenRepository repo) apply(MavenRepository repo) booleanmatches(MavenRepository repository)
-
Constructor Details
-
MavenRepositoryMirror
-
-
Method Details
-
apply
public static MavenRepository apply(Collection<MavenRepositoryMirror> mirrors, MavenRepository repo) -
apply
-
matches
-