Class ReconcilerRegistry
java.lang.Object
network.ike.plugin.ws.reconcile.ReconcilerRegistry
Compile-time registry of the workspace-level reconcilers iterated
by
ws:scaffold-draft (report) and ws:scaffold-publish
(apply).
Order matters: reconcilers run in the order returned by
all(). Pure normalization (no version bumps, no clones)
runs first; version-bump reconcilers run next; clone-and-bootstrap
reconcilers run last. The ordering is enforced by code (not by
runtime configuration) to keep the convergence behavior
predictable and inspectable.
- See Also:
-
Method Summary
-
Method Details
-
all
- Returns:
- the ordered list of all registered reconcilers
-