| Package | Description |
|---|---|
| org.codehaus.mojo.mrm.api.maven |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
ArtifactNotFoundException.getArtifact()
Gets the artifact that does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Artifact> |
ArtifactStore.getArtifacts(String groupId,
String artifactId,
String version)
Returns the set of artifacts at the specified groupId:artifactId:version.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Artifact.compareTo(Artifact that) |
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.
|
| Constructor and Description |
|---|
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. |
Copyright © 2009–2022 MojoHaus. All rights reserved.