Java org.apache.maven.repository.legacy.resolver.transform ArtifactTransformation fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.repository.legacy.resolver.transform ArtifactTransformation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.repository.legacy.resolver.transform ArtifactTransformation.

The text is from its open source code.

Implementation

org.apache.maven.repository.legacy.resolver.transform.ArtifactTransformation has the following implementations.
Click this link to see all its implementation.

Method

voidtransformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for distributing to remote repository.
voidtransformForInstall(Artifact artifact, ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for locating in the local repository.
voidtransformForResolve(Artifact artifact, List remoteRepositories, ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for locating in the remote repository.