Class Mshared998Util


  • public final class Mshared998Util
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<org.apache.maven.shared.transfer.artifact.resolve.ArtifactResult> getResolutionResults​(org.eclipse.aether.resolution.DependencyResolutionException adre)
      Get the list of ArtifactResults from a resolution that ran into an exception.
      • Methods inherited from class java.lang.Object

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

      • getResolutionResults

        public static java.util.List<org.apache.maven.shared.transfer.artifact.resolve.ArtifactResult> getResolutionResults​(org.eclipse.aether.resolution.DependencyResolutionException adre)
        Get the list of ArtifactResults from a resolution that ran into an exception.
        Parameters:
        adre - The DependencyResolutionException that might have embedded resolution results
        Returns:
        The list of ArtifactResults created from the dependencyResult of the exception.