Class SnapshotTransformation
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.repository.legacy.resolver.transform.AbstractVersionTransformation
org.apache.maven.repository.legacy.resolver.transform.SnapshotTransformation
- All Implemented Interfaces:
ArtifactTransformation,org.codehaus.plexus.logging.LogEnabled
@Named("snapshot")
@Singleton
@Deprecated
public class SnapshotTransformation
extends AbstractVersionTransformation
Deprecated.
-
Field Summary
Fields inherited from class org.apache.maven.repository.legacy.resolver.transform.AbstractVersionTransformation
repositoryMetadataManager, wagonManagerFields inherited from interface org.apache.maven.repository.legacy.resolver.transform.ArtifactTransformation
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringconstructVersion(org.apache.maven.artifact.repository.metadata.Versioning versioning, String baseVersion) Deprecated.Deprecated.static DateFormatDeprecated.voidtransformForDeployment(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository remoteRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository) Deprecated.Take in an artifact and return the transformed artifact for distributing to remote repository.voidtransformForInstall(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository localRepository) Deprecated.Take in an artifact and return the transformed artifact for locating in the local repository.voidtransformForResolve(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.RepositoryRequest request) Deprecated.Take in an artifact and return the transformed artifact for locating in the remote repository.Methods inherited from class org.apache.maven.repository.legacy.resolver.transform.AbstractVersionTransformation
resolveVersion, resolveVersion, transformForResolveMethods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
SnapshotTransformation
public SnapshotTransformation()Deprecated.
-
-
Method Details
-
transformForResolve
public void transformForResolve(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.RepositoryRequest request) throws org.apache.maven.artifact.resolver.ArtifactResolutionException Deprecated.Description copied from interface:ArtifactTransformationTake in an artifact and return the transformed artifact for locating in the remote repository. If no transformation has occurred the original artifact is returned.- Parameters:
artifact- Artifact to be transformed.request- the repositories to check- Throws:
org.apache.maven.artifact.resolver.ArtifactResolutionException
-
transformForInstall
public void transformForInstall(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository localRepository) Deprecated.Description copied from interface:ArtifactTransformationTake in an artifact and return the transformed artifact for locating in the local repository. If no transformation has occurred the original artifact is returned.- Parameters:
artifact- Artifact to be transformed.localRepository- the local repository it will be stored in
-
transformForDeployment
public void transformForDeployment(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository remoteRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository) throws ArtifactDeploymentException Deprecated.Description copied from interface:ArtifactTransformationTake in an artifact and return the transformed artifact for distributing to remote repository. If no transformation has occurred the original artifact is returned.- Parameters:
artifact- Artifact to be transformed.remoteRepository- the repository to deploy tolocalRepository- the local repository- Throws:
ArtifactDeploymentException
-
getDeploymentTimestamp
Deprecated. -
constructVersion
protected String constructVersion(org.apache.maven.artifact.repository.metadata.Versioning versioning, String baseVersion) Deprecated.- Specified by:
constructVersionin classAbstractVersionTransformation
-
getUtcDateFormatter
Deprecated.
-