Interface MavenRepository
-
- All Known Implementing Classes:
MockMavenRepository
public interface MavenRepositoryA Maven repository which keeps released artifacts.- Author:
- jonmv
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactIdartifactId()Returns the id of the artifact whose releases this tracks.Metadatametadata()Returns metadata about all releases of a specific artifact to this repository.
-
-
-
Method Detail
-
metadata
Metadata metadata()
Returns metadata about all releases of a specific artifact to this repository.
-
artifactId
ArtifactId artifactId()
Returns the id of the artifact whose releases this tracks.
-
-