Interface InitializableByConfigBean

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void init​(org.apache.commons.configuration2.Configuration config)
      Initializes the bean using the specified configuration.
    • Method Detail

      • init

        void init​(org.apache.commons.configuration2.Configuration config)
           throws org.craftercms.commons.config.ConfigurationException,
                  DeployerException
        Initializes the bean using the specified configuration.
        Parameters:
        config - the bean's configuration
        Throws:
        org.craftercms.commons.config.ConfigurationException - if there's configuration related exception
        DeployerException - if there's a general exception on init