|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||