|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Artifact | |
|---|---|
| org.codehaus.mojo.mrm.api.maven | This Maven aware contract for a repository. |
| Uses of Artifact in org.codehaus.mojo.mrm.api.maven |
|---|
| Methods in org.codehaus.mojo.mrm.api.maven that return Artifact | |
|---|---|
Artifact |
ArtifactNotFoundException.getArtifact()
Gets the artifact that does not exist. |
| Methods in org.codehaus.mojo.mrm.api.maven with parameters of type Artifact | |
|---|---|
boolean |
Artifact.equalSnapshots(Artifact artifact)
More lax version of equals(Object) that matches SNAPSHOTs with their corresponding timestamped versions. |
InputStream |
ArtifactStore.get(Artifact artifact)
Retrieves the the artifact as an InputStream. |
long |
ArtifactStore.getLastModified(Artifact artifact)
Returns the time that the specified artifact was last modified. |
long |
ArtifactStore.getSize(Artifact artifact)
Returns the size in bytes of the specified artifact. |
void |
BaseArtifactStore.set(Artifact artifact,
InputStream content)
Create/update the specified artifact. |
void |
ArtifactStore.set(Artifact artifact,
InputStream content)
Create/update the specified artifact. |
| Constructors in org.codehaus.mojo.mrm.api.maven with parameters of type Artifact | |
|---|---|
ArtifactNotFoundException(Artifact artifact)
Creates a new ArtifactNotFoundException. |
|
ArtifactNotFoundException(Artifact artifact,
Throwable cause)
Creates a new ArtifactNotFoundException. |
|
ArtifactNotFoundException(String message,
Artifact artifact)
Creates a new ArtifactNotFoundException. |
|
ArtifactNotFoundException(String message,
Artifact artifact,
Throwable cause)
Creates a new ArtifactNotFoundException. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||