StaticclearClear all registrations (primarily for testing)
StatichasCheck if an analyzer is registered
StatichasCheck if a detector is registered
StatichasCheck if a graph builder is registered
StaticlistList all registered analyzers
StaticlistList all registered detectors
StaticlistList all registered graph builders
StaticregisterRegister an analyzer constructor
StaticregisterRegister a detector constructor
StaticregisterRegister a graph builder constructor
StaticunregisterUnregister a plugin by category and name
Central plugin registry.
Plugins are registered via the @RegisterDetector, @RegisterGraph, and
Register Analyzer
decorators. The registry is a static singleton — all decorators write to the same shared registry.