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

Org.eclipse.higgins.registry

(Redirected from Registry)

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} The Registry provide basic service for runtime discovering and loading of plugins implementing some specific interface.


Service

Provides basic service for runtime discovering loading and configuring plugins which implements some specific interface. Extended by other registries such as I-Card Registry, I-Card Selector Service, User Profile Service, Cache Service in order to discover and load their components.

Responsibilities

  • Provides and interface and basic service for runtime plugins discovery
  • Should be extended in order manage plugins implementing specific interfaces

API

Links

Back to the top