Interface MavenRepository
public interface MavenRepository
-
Method Summary
Modifier and TypeMethodDescription@Nullable Boolean@Nullable StringgetId()@Nullable String@Nullable String@Nullable String@Nullable DurationgetUri()Not aURIbecause this could be a property reference.@Nullable Stringbooleanstatic @Nullable org.openrewrite.maven.tree.MavenRepositorytoMarker(@Nullable MavenRepository mavenRepository)
-
Method Details
-
getId
@Nullable String getId() -
getUri
String getUri()Not aURIbecause this could be a property reference. -
getReleases
@Nullable String getReleases() -
getSnapshots
@Nullable String getSnapshots() -
isKnownToExist
boolean isKnownToExist() -
getUsername
@Nullable String getUsername() -
getPassword
@Nullable String getPassword() -
getTimeout
@Nullable Duration getTimeout() -
getDeriveMetadataIfMissing
@Nullable Boolean getDeriveMetadataIfMissing() -
toMarker
static @Nullable org.openrewrite.maven.tree.MavenRepository toMarker(@Nullable MavenRepository mavenRepository)
-