Package org.codehaus.mojo.mrm.api.maven

This Maven aware contract for a repository.

See:
          Description

Interface Summary
ArtifactStore An artifact store holds Maven Artifacts and can provide Metadata about the artifacts that it holds.
 

Class Summary
Artifact Represents a specific artifact in a Maven repository.
BaseArtifactStore Base implementation of ArtifactStore.
 

Exception Summary
ArtifactNotFoundException An exception that indicates that an artifact could not be found.
MetadataNotFoundException An exception that indicates that an artifact could not be found.
 

Package org.codehaus.mojo.mrm.api.maven Description

This Maven aware contract for a repository. The contract is defined by the ArtifactStore interface. In general it is preferred to extend the Base or Default classes rather than implement the interfaces directly, as this permits the addition of new methods to the interface without breaking existing code.

Since:
1.0


Copyright © 2009-2011 Codehaus. All Rights Reserved.