Provides the primary API for accessing services provided by the Desktop Runtime. The Desktop Runtime has two primary responsibilities. One is to maintain a registry of registered plug-ins, and make information declared in plug-in manifests available to all plug-ins (see {@link IPluginRegistry}), and the other is to track which plug-ins are active and to make active plug-ins API available to other plug-ins (see {@link IRuntimeContext#getPluginInstance}). The main interface Desktop Runtime clients will likely be operating against is {@link IRuntineContext).

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: @see gov.va.med.hds.cd.runtime.IRuntimeContext @see gov.va.med.hds.cd.runtime.logging