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 Summary
FieldsModifier and TypeFieldDescriptionstatic final org.mule.runtime.api.component.ComponentIdentifierstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProvider(org.mule.runtime.ast.api.ComponentAst providerElementDeclaration, UnaryOperator<String> localResolver, org.mule.runtime.properties.api.ResourceProvider externalResourceProvider) org.mule.runtime.api.component.ComponentIdentifier
-
Field Details
-
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:
getSupportedComponentIdentifierin interfaceorg.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:
createProviderin interfaceorg.mule.runtime.properties.api.ConfigurationPropertiesProviderFactory
-