Class AbstractComponentExtensionPoint.ExtensionConfiguration

    • Constructor Detail

      • ExtensionConfiguration

        protected ExtensionConfiguration​(String pluginName,
                                         String featureName,
                                         Configuration configuration,
                                         Class<T> extensionClass)
        Store elements about an extension
        Parameters:
        pluginName - The name of the plugin declaring the extension
        featureName - The name of the feature declaring the extension
        configuration - The configuration declaring the extension
        extensionClass - The class of the extension