Class DefaultArtifactTransformationManager
java.lang.Object
org.apache.maven.repository.legacy.resolver.transform.DefaultArtifactTransformationManager
- All Implemented Interfaces:
ArtifactTransformationManager
@Named
@Singleton
@Deprecated
public class DefaultArtifactTransformationManager
extends Object
implements ArtifactTransformationManager
Deprecated.
-
Field Summary
Fields inherited from interface org.apache.maven.repository.legacy.resolver.transform.ArtifactTransformationManager
ROLE -
Constructor Summary
ConstructorsConstructorDescriptionDefaultArtifactTransformationManager(Map<String, ArtifactTransformation> artifactTransformations) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidtransformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository) Deprecated.Take in an artifact and return the transformed artifact for distributing to a remote repository.voidtransformForInstall(Artifact artifact, ArtifactRepository localRepository) Deprecated.Take in an artifact and return the transformed artifact for locating in the local repository.voidtransformForResolve(Artifact artifact, List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository) Deprecated.Take in an artifact and return the transformed artifact for locating in the remote repository.voidtransformForResolve(Artifact artifact, RepositoryRequest request) Deprecated.Take in an artifact and return the transformed artifact for locating in the remote repository.
-
Constructor Details
-
DefaultArtifactTransformationManager
@Inject public DefaultArtifactTransformationManager(Map<String, ArtifactTransformation> artifactTransformations) Deprecated.
-
-
Method Details
-
transformForResolve
public void transformForResolve(Artifact artifact, RepositoryRequest request) throws ArtifactResolutionException, ArtifactNotFoundException Deprecated.Description copied from interface:ArtifactTransformationManagerTake in an artifact and return the transformed artifact for locating in the remote repository. If no transformation has occurred the original artifact is returned.- Specified by:
transformForResolvein interfaceArtifactTransformationManager- Parameters:
artifact- Artifact to be transformed.request- the repositories to check- Throws:
ArtifactResolutionExceptionArtifactNotFoundException
-
transformForResolve
public void transformForResolve(Artifact artifact, List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository) throws ArtifactResolutionException, ArtifactNotFoundException Deprecated.Description copied from interface:ArtifactTransformationManagerTake in an artifact and return the transformed artifact for locating in the remote repository. If no transformation has occurred the original artifact is returned.- Specified by:
transformForResolvein interfaceArtifactTransformationManager- Parameters:
artifact- Artifact to be transformed.remoteRepositories- the repositories to checklocalRepository- the local repository- Throws:
ArtifactResolutionExceptionArtifactNotFoundException
-
transformForInstall
public void transformForInstall(Artifact artifact, ArtifactRepository localRepository) throws ArtifactInstallationException Deprecated.Description copied from interface:ArtifactTransformationManagerTake in an artifact and return the transformed artifact for locating in the local repository. If no transformation has occurred the original artifact is returned.- Specified by:
transformForInstallin interfaceArtifactTransformationManager- Parameters:
artifact- Artifact to be transformed.localRepository- the local repository it will be stored in- Throws:
ArtifactInstallationException
-
transformForDeployment
public void transformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository) throws ArtifactDeploymentException Deprecated.Description copied from interface:ArtifactTransformationManagerTake in an artifact and return the transformed artifact for distributing to a remote repository. If no transformation has occurred the original artifact is returned.- Specified by:
transformForDeploymentin interfaceArtifactTransformationManager- Parameters:
artifact- Artifact to be transformed.remoteRepository- the repository to deploy tolocalRepository- the local repository the metadata is stored in- Throws:
ArtifactDeploymentException
-
getArtifactTransformations
Deprecated.- Specified by:
getArtifactTransformationsin interfaceArtifactTransformationManager
-