Uses of Interface
network.ike.plugin.ws.reconcile.Reconciler

Packages that use Reconciler
Package
Description
 
  • Uses of Reconciler in network.ike.plugin.ws.reconcile

    Modifier and Type
    Class
    Description
    class 
    Reconciler that aligns inter-subproject dependency, plugin, and parent versions across every cloned subproject's POMs to the authoritative versions declared by the workspace.
    class 
    Keeps the workspace cheatsheets — GOALS.md and WS-REFERENCE.md — in lockstep with the goal set the plugin actually ships (IKE-Network/ike-issues#452).
    class 
    Keeps the managed ike-workspace-extension entry in .mvn/extensions.xml in lockstep with the ike-workspace-extension.version property declared in ike-parent (IKE-Network/ike-issues#460).
    class 
    Reconciler that branch-qualifies each subproject's own Maven version to match the branch it tracks (IKE-Network/ike-issues#574).
    class 
    Reconciler that keeps the denormalized workspace.yaml fields (version, groupId) in sync with each cloned subproject's POM.
    class 
    Reconciler that keeps each subproject's Maven wrapper pinned to the workspace's declared Maven version (IKE-Network/ike-issues#701).
    class 
    Reconciler that cascades the workspace root POM's <parent> version across every cloned subproject (and any nested submodule POMs whose parent block matches the same groupId:artifactId).
    class 
    Reconciler that keeps the workspace reactor POM's subproject membership in lockstep with workspace.yaml, and migrates the legacy with-<name> file-activated profile pattern to unconditional top-level <subprojects> entries (IKE-Network/ike-issues#696, completing #460).
    class 
    Reconciler that upgrades workspace scaffold conventions to the current plugin version (IKE-Network/ike-issues#393).
    class 
    Keeps the workspace-root CLAUDE.md in lockstep with its generator (IKE-Network/ike-issues#790).
    Methods in network.ike.plugin.ws.reconcile that return types with arguments of type Reconciler
    Modifier and Type
    Method
    Description
    ReconcilerRegistry.all()