Interface InitStep


public interface InitStep
A single step in the site initialization process.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Executed after the site has been initialized
    void
    run()
     
  • Method Details