Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Virgo/Design/ResolutionFailureDetective"

< Virgo‎ | Design
 
Line 2: Line 2:
  
 
The <tt>ResolutionFailureDetective</tt> interface is used by the deployment pipeline to provide improved diagnostics beyond those generated by Equinox. The single implementation of this interface, <tt>StandardQuasiFrameworkDetective</tt>, uses various classes from the <tt>org.eclipse.osgi.service.resolver</tt> package to analyse resolver errors.
 
The <tt>ResolutionFailureDetective</tt> interface is used by the deployment pipeline to provide improved diagnostics beyond those generated by Equinox. The single implementation of this interface, <tt>StandardQuasiFrameworkDetective</tt>, uses various classes from the <tt>org.eclipse.osgi.service.resolver</tt> package to analyse resolver errors.
 +
 +
In addition to mapping Equinox resolver errors to explanatory messages, the resolution failure detective analyses uses constraint failures and attempts to produce compact diagnostics which identify the root cause of the failure.

Latest revision as of 05:55, 15 April 2013

The ResolutionFailureDetective interface is used by the deployment pipeline to provide improved diagnostics beyond those generated by Equinox. The single implementation of this interface, StandardQuasiFrameworkDetective, uses various classes from the org.eclipse.osgi.service.resolver package to analyse resolver errors.

In addition to mapping Equinox resolver errors to explanatory messages, the resolution failure detective analyses uses constraint failures and attempts to produce compact diagnostics which identify the root cause of the failure.

Back to the top