public class SnapshotArtifactRepositoryMetadata extends AbstractRepositoryMetadata
| Constructor and Description |
|---|
SnapshotArtifactRepositoryMetadata(Artifact artifact) |
SnapshotArtifactRepositoryMetadata(Artifact artifact,
Snapshot snapshot) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArtifactId() |
java.lang.String |
getBaseVersion() |
java.lang.String |
getGroupId() |
java.lang.Object |
getKey() |
boolean |
isSnapshot()
Whether this represents a snapshot.
|
void |
setRepository(ArtifactRepository remoteRepository)
Set the repository the metadata was located in.
|
boolean |
storedInArtifactVersionDirectory()
Whether this metadata should be stored alongside the artifact.
|
boolean |
storedInGroupDirectory()
Whether this metadata should be stored alongside the group.
|
createMetadata, createVersioning, extendedToString, getLocalFilename, getMetadata, getRemoteFilename, merge, setMetadata, storeInLocalRepository, toString, updateRepositoryMetadatapublic SnapshotArtifactRepositoryMetadata(Artifact artifact)
public SnapshotArtifactRepositoryMetadata(Artifact artifact, Snapshot snapshot)
public boolean storedInGroupDirectory()
ArtifactMetadatapublic boolean storedInArtifactVersionDirectory()
ArtifactMetadatapublic java.lang.String getGroupId()
public java.lang.String getArtifactId()
public java.lang.String getBaseVersion()
public java.lang.Object getKey()
public boolean isSnapshot()
RepositoryMetadatapublic void setRepository(ArtifactRepository remoteRepository)
RepositoryMetadataremoteRepository - the repository