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

  • Running tasks concurrently on multiple threads
  • getSupportFragmentManager (FragmentActivity)
  • findViewById (Activity)
  • putExtra (Intent)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • JFileChooser (javax.swing)
  • 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