Class AbstractComponentExtensionPoint.ExtensionConfiguration

java.lang.Object
org.ametys.runtime.plugin.component.AbstractComponentExtensionPoint.ExtensionConfiguration
Enclosing class:
AbstractComponentExtensionPoint<T>

This class is a storage for an extension informations
  • Constructor Details

    • 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
  • Method Details