Uses of Interface
org.apache.maven.repository.legacy.resolver.transform.ArtifactTransformation
-
Packages that use ArtifactTransformation Package Description org.apache.maven.repository.legacy.resolver.transform -
-
Uses of ArtifactTransformation in org.apache.maven.repository.legacy.resolver.transform
Classes in org.apache.maven.repository.legacy.resolver.transform that implement ArtifactTransformation Modifier and Type Class Description classAbstractVersionTransformationDescribes a version transformation during artifact resolution.classLatestArtifactTransformationDescribes a version transformation during artifact resolution - "latest" typeclassReleaseArtifactTransformationChange the versionRELEASEto the appropriate release version from the remote repository.classSnapshotTransformationFields in org.apache.maven.repository.legacy.resolver.transform with type parameters of type ArtifactTransformation Modifier and Type Field Description private java.util.List<ArtifactTransformation>DefaultArtifactTransformationManager. artifactTransformationsMethods in org.apache.maven.repository.legacy.resolver.transform that return types with arguments of type ArtifactTransformation Modifier and Type Method Description java.util.List<ArtifactTransformation>ArtifactTransformationManager. getArtifactTransformations()java.util.List<ArtifactTransformation>DefaultArtifactTransformationManager. getArtifactTransformations()
-