Class InitialContent

    • Constructor Detail

      • InitialContent

        public InitialContent()
    • Method Detail

      • initialize

        public void initialize​(@NotNull
                               @NotNull NodeBuilder builder)
        Description copied from interface: RepositoryInitializer
        Initializes repository content. This method is called as soon as a repository becomes available. Note that the repository may already have been initialized, so the implementation of this method should check for that before blindly adding new content.
        Specified by:
        initialize in interface RepositoryInitializer
        Parameters:
        builder - builder for accessing and modifying repository content
      • withPrePopulatedVersionStore

        public InitialContent withPrePopulatedVersionStore()
        Instructs the initializer to pre-populate the version store with intermediate nodes.
        Returns:
        this instance.