|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadata
org.apache.maven.artifact.repository.metadata.SnapshotArtifactRepositoryMetadata
public class SnapshotArtifactRepositoryMetadata
Metadata for the artifact version directory of the repository.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.artifact.repository.metadata.RepositoryMetadata |
|---|
RELEASE, RELEASE_OR_SNAPSHOT, SNAPSHOT |
| Constructor Summary | |
|---|---|
SnapshotArtifactRepositoryMetadata(Artifact artifact)
|
|
SnapshotArtifactRepositoryMetadata(Artifact artifact,
Snapshot snapshot)
|
|
| Method Summary | |
|---|---|
String |
getArtifactId()
|
String |
getBaseVersion()
|
String |
getGroupId()
|
Object |
getKey()
|
int |
getNature()
Gets the artifact quality this metadata refers to. |
ArtifactRepository |
getRepository()
Get the repository the metadata was located in. |
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. |
| Methods inherited from class org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadata |
|---|
createMetadata, createVersioning, extendedToString, getLocalFilename, getMetadata, getPolicy, getRemoteFilename, merge, merge, setMetadata, storeInLocalRepository, toString, updateRepositoryMetadata |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SnapshotArtifactRepositoryMetadata(Artifact artifact)
public SnapshotArtifactRepositoryMetadata(Artifact artifact,
Snapshot snapshot)
| Method Detail |
|---|
public boolean storedInGroupDirectory()
ArtifactMetadata
public boolean storedInArtifactVersionDirectory()
ArtifactMetadata
public String getGroupId()
public String getArtifactId()
public String getBaseVersion()
public Object getKey()
public boolean isSnapshot()
RepositoryMetadata
public int getNature()
RepositoryMetadataRepositoryMetadata.RELEASE, RepositoryMetadata.SNAPSHOT or
RepositoryMetadata.RELEASE_OR_SNAPSHOT.
getNature in interface RepositoryMetadatagetNature in class AbstractRepositoryMetadatapublic ArtifactRepository getRepository()
RepositoryMetadata
public void setRepository(ArtifactRepository remoteRepository)
RepositoryMetadata
remoteRepository - the repository
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||