Interface ExtensionInitializer


  • @Role
    public interface ExtensionInitializer
    Handle installed extensions initialization (during application startup, reinitialization...).
    Since:
    4.0M1
    Version:
    $Id: 309a8fed2a1d4d7258c14d6b9e4fdbdf6c3af266 $
    • Method Detail

      • initialize

        void initialize()
        Initialize all installed extensions.
      • initialize

        void initialize​(String namespace)
        Initialize installed extensions of the provided namespace.
        Parameters:
        namespace - namespace to initialize, null means all namespaces
      • initialize

        void initialize​(String namespace,
                        String type)
        Initialize installed extensions of the provided type.
        Parameters:
        namespace - namespace to initialize, null means all namespaces
        type - type of extension to initialize, null means all types