Class AbstractRepositoryMetadata
java.lang.Object
org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadata
- All Implemented Interfaces:
ArtifactMetadata
,RepositoryMetadata
,ArtifactMetadata
- Direct Known Subclasses:
ArtifactRepositoryMetadata
,GroupRepositoryMetadata
,SnapshotArtifactRepositoryMetadata
@Deprecated
public abstract class AbstractRepositoryMetadata
extends Object
implements RepositoryMetadata
Deprecated.
Shared methods of the repository metadata handling.
-
Field Summary
Fields inherited from interface org.apache.maven.artifact.repository.metadata.RepositoryMetadata
RELEASE, RELEASE_OR_SNAPSHOT, SNAPSHOT
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractRepositoryMetadata
(Metadata metadata) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected static Metadata
createMetadata
(Artifact artifact, Versioning versioning) Deprecated.protected static Versioning
createVersioning
(Snapshot snapshot) Deprecated.Deprecated.getLocalFilename
(ArtifactRepository repository) Deprecated.Get the filename of this metadata on the local repository.Deprecated.Get the repository metadata associated with this marker.int
Deprecated.Gets the artifact quality this metadata refers to.getPolicy
(ArtifactRepository repository) Deprecated.Gets the policy that applies to this metadata regarding the specified repository.Deprecated.Get the filename of this metadata on the remote repository.void
merge
(ArtifactMetadata metadata) Deprecated.void
merge
(ArtifactMetadata metadata) Deprecated.Merge a new metadata set into this piece of metadata.void
setMetadata
(Metadata metadata) Deprecated.Set the metadata contents.void
storeInLocalRepository
(ArtifactRepository localRepository, ArtifactRepository remoteRepository) Deprecated.Store the metadata in the local repository.toString()
Deprecated.protected void
updateRepositoryMetadata
(ArtifactRepository localRepository, ArtifactRepository remoteRepository) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.maven.repository.legacy.metadata.ArtifactMetadata
getArtifactId, getBaseVersion, getGroupId, getKey, storedInArtifactVersionDirectory, storedInGroupDirectory
Methods inherited from interface org.apache.maven.artifact.repository.metadata.RepositoryMetadata
getRepository, isSnapshot, setRepository
-
Constructor Details
-
AbstractRepositoryMetadata
Deprecated.
-
-
Method Details
-
getRemoteFilename
Deprecated.Description copied from interface:ArtifactMetadata
Get the filename of this metadata on the remote repository.- Specified by:
getRemoteFilename
in interfaceArtifactMetadata
- Returns:
- the filename
-
getLocalFilename
Deprecated.Description copied from interface:ArtifactMetadata
Get the filename of this metadata on the local repository.- Specified by:
getLocalFilename
in interfaceArtifactMetadata
- Parameters:
repository
- the remote repository it came from- Returns:
- the filename
-
storeInLocalRepository
public void storeInLocalRepository(ArtifactRepository localRepository, ArtifactRepository remoteRepository) throws RepositoryMetadataStoreException Deprecated.Description copied from interface:ArtifactMetadata
Store the metadata in the local repository. TODO this should only be needed on the repository metadataArtifactMetadata
- Specified by:
storeInLocalRepository
in interfaceArtifactMetadata
- Parameters:
localRepository
- the local repositoryremoteRepository
- the remote repository it came from- Throws:
RepositoryMetadataStoreException
- in case of issue
-
updateRepositoryMetadata
protected void updateRepositoryMetadata(ArtifactRepository localRepository, ArtifactRepository remoteRepository) throws IOException, XMLStreamException Deprecated.- Throws:
IOException
XMLStreamException
-
toString
Deprecated. -
createMetadata
Deprecated. -
createVersioning
Deprecated. -
setMetadata
Deprecated.Description copied from interface:RepositoryMetadata
Set the metadata contents.- Specified by:
setMetadata
in interfaceRepositoryMetadata
- Parameters:
metadata
- the metadata
-
getMetadata
Deprecated.Description copied from interface:RepositoryMetadata
Get the repository metadata associated with this marker.- Specified by:
getMetadata
in interfaceRepositoryMetadata
- Returns:
- the metadata, or
null
if none loaded
-
merge
Deprecated.Description copied from interface:ArtifactMetadata
Merge a new metadata set into this piece of metadata. TODO this should only be needed on the repository metadataArtifactMetadata
- Specified by:
merge
in interfaceArtifactMetadata
- Parameters:
metadata
- the new metadata
-
merge
Deprecated.- Specified by:
merge
in interfaceArtifactMetadata
-
extendedToString
Deprecated.- Specified by:
extendedToString
in interfaceArtifactMetadata
-
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
- Returns:
- The artifact quality this metadata refers to.
-
getPolicy
Deprecated.Description copied from interface:RepositoryMetadata
Gets the policy that applies to this metadata regarding the specified repository.- Specified by:
getPolicy
in interfaceRepositoryMetadata
- Parameters:
repository
- The repository for which to determine the policy, must not benull
.- Returns:
- The policy, never
null
.
-