Tabnine Logo
ArtifactResolutionException.getResults
Code IndexAdd Tabnine to your IDE (free)

How to use
getResults
method
in
org.eclipse.aether.resolution.ArtifactResolutionException

Best Java code snippets using org.eclipse.aether.resolution.ArtifactResolutionException.getResults (Showing top 4 results out of 315)

origin: apache/maven

if ( e.getResults().get( 0 ).isMissing() && allowStubModel )
origin: spring-projects/sts4

  result = repoSystem.resolveArtifact(createRepositorySession(executionRequest), request);
} catch (ArtifactResolutionException ex) {
  result = ex.getResults().get(0);
origin: org.apache.maven.resolver/maven-resolver-impl

results = e.getResults();
origin: org.eclipse.aether/aether-impl

results = e.getResults();
org.eclipse.aether.resolutionArtifactResolutionExceptiongetResults

Javadoc

Gets the resolution results at the point the exception occurred. Despite being incomplete, callers might want to use these results to fail gracefully and continue their operation with whatever interim data has been gathered.

Popular methods of ArtifactResolutionException

  • getMessage
  • getCause
  • printStackTrace
  • <init>
    Creates a new exception with the specified results, detail message and cause.
  • getResult
    Gets the first result from #getResults(). This is a convenience method for cases where callers know

Popular in Java

  • Making http requests using okhttp
  • setScale (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • onRequestPermissionsResult (Fragment)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now