Class ArtifactDescriptorReaderDelegate


  • public class ArtifactDescriptorReaderDelegate
    extends java.lang.Object
    Populates Aether ArtifactDescriptorResult from Maven project Model.

    Note: This class is part of work in progress and can be changed or removed without notice.

    Since:
    3.2.4
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArtifactDescriptorReaderDelegate

        public ArtifactDescriptorReaderDelegate()
    • 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)