Class CompositeInitializer

    • 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