Class Mshared998Util
java.lang.Object
org.owasp.dependencycheck.maven.Mshared998Util
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Method Details
-
getResolutionResults
public static 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.
-