Class ArtifactRepositoryMetadata
java.lang.Object
org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadata
org.apache.maven.artifact.repository.metadata.ArtifactRepositoryMetadata
- All Implemented Interfaces:
ArtifactMetadata
,RepositoryMetadata
,ArtifactMetadata
Deprecated.
Metadata for the artifact directory of the repository.
-
Field Summary
Fields inherited from interface org.apache.maven.artifact.repository.metadata.RepositoryMetadata
RELEASE, RELEASE_OR_SNAPSHOT, SNAPSHOT
-
Constructor Summary
ConstructorDescriptionArtifactRepositoryMetadata
(Artifact artifact) Deprecated.ArtifactRepositoryMetadata
(Artifact artifact, Versioning versioning) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.getKey()
Deprecated.int
Deprecated.Gets the artifact quality this metadata refers to.Deprecated.Get the repository the metadata was located in.boolean
Deprecated.Whether this represents a snapshot.void
setRepository
(ArtifactRepository remoteRepository) Deprecated.Set the repository the metadata was located in.boolean
Deprecated.Whether this metadata should be stored alongside the artifact.boolean
Deprecated.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
-
Constructor Details
-
ArtifactRepositoryMetadata
Deprecated. -
ArtifactRepositoryMetadata
Deprecated.
-
-
Method Details
-
storedInGroupDirectory
public boolean storedInGroupDirectory()Deprecated.Description copied from interface:ArtifactMetadata
Whether this metadata should be stored alongside the group.- Returns:
- whether this metadata should be stored alongside the group
-
storedInArtifactVersionDirectory
public boolean storedInArtifactVersionDirectory()Deprecated.Description copied from interface:ArtifactMetadata
Whether this metadata should be stored alongside the artifact.- Returns:
- whether this metadata should be stored alongside the artifact
-
getGroupId
Deprecated. -
getArtifactId
Deprecated. -
getBaseVersion
Deprecated. -
getKey
Deprecated. -
isSnapshot
public boolean isSnapshot()Deprecated.Description copied from interface:RepositoryMetadata
Whether this represents a snapshot.- Returns:
- if it is a snapshot
-
getNature
public int getNature()Deprecated.Description copied from interface:RepositoryMetadata
Gets the artifact quality this metadata refers to. One ofRepositoryMetadata.RELEASE
,RepositoryMetadata.SNAPSHOT
orRepositoryMetadata.RELEASE_OR_SNAPSHOT
.- Specified by:
getNature
in interfaceRepositoryMetadata
- Overrides:
getNature
in classAbstractRepositoryMetadata
- Returns:
- The artifact quality this metadata refers to.
-
getRepository
Deprecated.Description copied from interface:RepositoryMetadata
Get the repository the metadata was located in.- Returns:
- the repository
-
setRepository
Deprecated.Description copied from interface:RepositoryMetadata
Set the repository the metadata was located in.- Parameters:
remoteRepository
- the repository
-