Class Maven31ArtifactResult

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.aether.resolution.ArtifactResult artifactResult  
    • Constructor Summary

      Constructors 
      Constructor Description
      Maven31ArtifactResult​(org.eclipse.aether.resolution.ArtifactResult artifactResult)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.maven.artifact.Artifact getArtifact()  
      • Methods inherited from class java.lang.Object

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

      • artifactResult

        private final org.eclipse.aether.resolution.ArtifactResult artifactResult
    • Constructor Detail

      • Maven31ArtifactResult

        Maven31ArtifactResult​(org.eclipse.aether.resolution.ArtifactResult artifactResult)
        Parameters:
        artifactResult - ArtifactResult
    • Method Detail

      • getArtifact

        public org.apache.maven.artifact.Artifact getArtifact()
        Specified by:
        getArtifact in interface ArtifactResult
        Returns:
        Artifact