Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Virgo/Design/ResolutionFailureDetective

< Virgo‎ | Design
Revision as of 05:51, 15 April 2013 by Unnamed Poltroon (Talk) (New page: 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 in...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>/tt>, uses various classes from the <tt>org.eclipse.osgi.service.resolver package to analyse resolver errors.

Back to the top