Class ArtifactDescriptorReaderDelegate
- java.lang.Object
-
- org.apache.maven.repository.internal.ArtifactDescriptorReaderDelegate
-
public class ArtifactDescriptorReaderDelegate extends java.lang.Object
Populates AetherArtifactDescriptorResult
from Maven projectModel
. Note: This class is part of work in progress and can be changed or removed without notice.- Since:
- 3.2.4
-
-
Constructor Summary
Constructors Constructor Description ArtifactDescriptorReaderDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private org.eclipse.aether.graph.Dependency
convert(Dependency dependency, org.eclipse.aether.artifact.ArtifactTypeRegistry stereotypes)
private org.eclipse.aether.graph.Exclusion
convert(Exclusion exclusion)
void
populateResult(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.resolution.ArtifactDescriptorResult result, Model model)
private void
setArtifactProperties(org.eclipse.aether.resolution.ArtifactDescriptorResult result, Model model)
-
-
-
Method Detail
-
populateResult
public void populateResult(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.resolution.ArtifactDescriptorResult result, Model model)
-
convert
private org.eclipse.aether.graph.Dependency convert(Dependency dependency, org.eclipse.aether.artifact.ArtifactTypeRegistry stereotypes)
-
convert
private org.eclipse.aether.graph.Exclusion convert(Exclusion exclusion)
-
setArtifactProperties
private void setArtifactProperties(org.eclipse.aether.resolution.ArtifactDescriptorResult result, Model model)
-
-