Class FailingConfigurationPropertiesProviderFactory

java.lang.Object
org.mule.test.crafted.config.properties.failing.extension.FailingConfigurationPropertiesProviderFactory
All Implemented Interfaces:
org.mule.runtime.properties.api.ConfigurationPropertiesProviderFactory

public class FailingConfigurationPropertiesProviderFactory extends Object implements org.mule.runtime.properties.api.ConfigurationPropertiesProviderFactory
Builds the provider for the failing-configuration-properties element.
Since:
4.1
  • Field Details

    • FAILING_CONFIGURATION_PROPERTIES_ELEMENT

      public static final String FAILING_CONFIGURATION_PROPERTIES_ELEMENT
      See Also:
    • FAILING_CONFIGURATION_PROPERTIES

      public static final org.mule.runtime.api.component.ComponentIdentifier FAILING_CONFIGURATION_PROPERTIES
  • Constructor Details

    • FailingConfigurationPropertiesProviderFactory

      public FailingConfigurationPropertiesProviderFactory()
  • Method Details

    • getSupportedComponentIdentifier

      public org.mule.runtime.api.component.ComponentIdentifier getSupportedComponentIdentifier()
      Specified by:
      getSupportedComponentIdentifier in interface org.mule.runtime.properties.api.ConfigurationPropertiesProviderFactory
    • createProvider

      public FailingConfigurationPropertiesProvider createProvider(org.mule.runtime.ast.api.ComponentAst providerElementDeclaration, UnaryOperator<String> localResolver, org.mule.runtime.properties.api.ResourceProvider externalResourceProvider)
      Specified by:
      createProvider in interface org.mule.runtime.properties.api.ConfigurationPropertiesProviderFactory