Package org.openrewrite.maven.tree
Class MavenRepository
java.lang.Object
org.openrewrite.maven.tree.MavenRepository
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MavenRepositorystatic final MavenRepositorystatic final MavenRepository -
Constructor Summary
ConstructorsConstructorDescriptionMavenRepository(@Nullable String id, String uri, @Nullable String releases, @Nullable String snapshots, boolean knownToExist, @Nullable String username, @Nullable String password, @Nullable Boolean deriveMetadataIfMissing) Deprecated.MavenRepository(@Nullable String id, String uri, @Nullable String releases, @Nullable String snapshots, boolean knownToExist, @Nullable String username, @Nullable String password, @Nullable Duration timeout, @Nullable Boolean deriveMetadataIfMissing) -
Method Summary
-
Field Details
-
MAVEN_LOCAL_USER_NEUTRAL
-
MAVEN_LOCAL_DEFAULT
-
MAVEN_CENTRAL
-
-
Constructor Details
-
MavenRepository
@Deprecated public MavenRepository(@Nullable String id, String uri, @Nullable String releases, @Nullable String snapshots, @Nullable String username, @Nullable String password) Deprecated.Constructor required byorg.openrewrite.maven.tree.OpenRewriteModelSerializableTest. -
MavenRepository
@Deprecated public MavenRepository(@Nullable String id, String uri, @Nullable String releases, @Nullable String snapshots, boolean knownToExist, @Nullable String username, @Nullable String password, @Nullable Boolean deriveMetadataIfMissing) Deprecated.Constructor required byorg.openrewrite.gradle.marker.GradleProject. -
MavenRepository
-
-
Method Details
-
builder
-
MavenRepository(String, String, String, String, boolean, String, String, Duration, Boolean)