Class VersionablePathHook

  • All Implemented Interfaces:
    CommitHook

    public class VersionablePathHook
    extends Object
    implements CommitHook
    Commit hook which is responsible for storing the path of the versionable node with every version history. This includes creating the path property for every workspace the version history is represented and updating the path upon moving around a versionable node.
    • Constructor Detail

      • VersionablePathHook

        public VersionablePathHook​(@NotNull
                                   @NotNull String workspaceName,
                                   @NotNull
                                   @NotNull ProviderCtx providerCtx)