org.apache.maven.artifact.transform
Class SnapshotTransformation
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.artifact.transform.AbstractVersionTransformation
org.apache.maven.artifact.transform.SnapshotTransformation
- All Implemented Interfaces:
- ArtifactTransformation, org.codehaus.plexus.logging.LogEnabled
public class SnapshotTransformation
- extends AbstractVersionTransformation
- Version:
- $Id: SnapshotTransformation.java,v 1.1 2005/03/03 15:37:25
jvanzyl Exp $
- Author:
- Brett Porter, Michal Maczka
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotTransformation
public SnapshotTransformation()
transformForResolve
public void transformForResolve(Artifact artifact,
List<ArtifactRepository> remoteRepositories,
ArtifactRepository localRepository)
throws ArtifactResolutionException
- Throws:
ArtifactResolutionException
transformForInstall
public void transformForInstall(Artifact artifact,
ArtifactRepository localRepository)
transformForDeployment
public void transformForDeployment(Artifact artifact,
ArtifactRepository remoteRepository,
ArtifactRepository localRepository)
throws ArtifactDeploymentException
- Throws:
ArtifactDeploymentException
getDeploymentTimestamp
public String getDeploymentTimestamp()
constructVersion
protected String constructVersion(Versioning versioning,
String baseVersion)
- Specified by:
constructVersion
in class AbstractVersionTransformation
getUtcDateFormatter
public static DateFormat getUtcDateFormatter()
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.