Class SnapshotArtifactRepositoryMetadata
java.lang.Object
org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadata
org.apache.maven.artifact.repository.metadata.SnapshotArtifactRepositoryMetadata
- All Implemented Interfaces:
- ArtifactMetadata,- RepositoryMetadata,- ArtifactMetadata
Deprecated.
Metadata for the artifact version directory of the repository.
 TODO split instantiation (versioning, plugin mappings) from definition
- 
Field SummaryFields inherited from interface org.apache.maven.artifact.repository.metadata.RepositoryMetadataRELEASE, RELEASE_OR_SNAPSHOT, SNAPSHOT
- 
Constructor SummaryConstructorsConstructorDescriptionSnapshotArtifactRepositoryMetadata(Artifact artifact) Deprecated.SnapshotArtifactRepositoryMetadata(Artifact artifact, Snapshot snapshot) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.getKey()Deprecated.intDeprecated.Gets the artifact quality this metadata refers to.Deprecated.Get the repository the metadata was located in.booleanDeprecated.Whether this represents a snapshot.voidsetRepository(ArtifactRepository remoteRepository) Deprecated.Set the repository the metadata was located in.booleanDeprecated.Whether this metadata should be stored alongside the artifact.booleanDeprecated.Whether this metadata should be stored alongside the group.Methods inherited from class org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadatacreateMetadata, createVersioning, extendedToString, getLocalFilename, getMetadata, getPolicy, getRemoteFilename, merge, merge, setMetadata, storeInLocalRepository, toString, updateRepositoryMetadata
- 
Constructor Details- 
SnapshotArtifactRepositoryMetadataDeprecated.
- 
SnapshotArtifactRepositoryMetadataDeprecated.
 
- 
- 
Method Details- 
storedInGroupDirectorypublic boolean storedInGroupDirectory()Deprecated.Description copied from interface:ArtifactMetadataWhether this metadata should be stored alongside the group.- Returns:
- whether this metadata should be stored alongside the group
 
- 
storedInArtifactVersionDirectorypublic boolean storedInArtifactVersionDirectory()Deprecated.Description copied from interface:ArtifactMetadataWhether this metadata should be stored alongside the artifact.- Returns:
- whether this metadata should be stored alongside the artifact
 
- 
getGroupIdDeprecated.
- 
getArtifactIdDeprecated.
- 
getBaseVersionDeprecated.
- 
getKeyDeprecated.
- 
isSnapshotpublic boolean isSnapshot()Deprecated.Description copied from interface:RepositoryMetadataWhether this represents a snapshot.- Returns:
- if it is a snapshot
 
- 
getNaturepublic int getNature()Deprecated.Description copied from interface:RepositoryMetadataGets the artifact quality this metadata refers to. One ofRepositoryMetadata.RELEASE,RepositoryMetadata.SNAPSHOTorRepositoryMetadata.RELEASE_OR_SNAPSHOT.- Specified by:
- getNaturein interface- RepositoryMetadata
- Overrides:
- getNaturein class- AbstractRepositoryMetadata
- Returns:
- The artifact quality this metadata refers to.
 
- 
getRepositoryDeprecated.Description copied from interface:RepositoryMetadataGet the repository the metadata was located in.- Returns:
- the repository
 
- 
setRepositoryDeprecated.Description copied from interface:RepositoryMetadataSet the repository the metadata was located in.- Parameters:
- remoteRepository- the repository
 
 
-