Class LocalisationConfigurationPropertiesProviderFactory
java.lang.Object
org.mule.test.crafted.localisation.properties.extension.LocalisationConfigurationPropertiesProviderFactory
- All Implemented Interfaces:
org.mule.runtime.properties.api.ConfigurationPropertiesProviderFactory
public class LocalisationConfigurationPropertiesProviderFactory
extends Object
implements org.mule.runtime.properties.api.ConfigurationPropertiesProviderFactory
-
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
-
LOCALISATION_CONFIGURATION_PROPERTIES_ELEMENT
- See Also:
-
LOCALISATION_CONFIGURATION_PROPERTIES
public static final org.mule.runtime.api.component.ComponentIdentifier LOCALISATION_CONFIGURATION_PROPERTIES
-
-
Constructor Details
-
LocalisationConfigurationPropertiesProviderFactory
public LocalisationConfigurationPropertiesProviderFactory()
-
-
Method Details
-
getSupportedComponentIdentifier
public org.mule.runtime.api.component.ComponentIdentifier getSupportedComponentIdentifier()- Specified by:
getSupportedComponentIdentifierin interfaceorg.mule.runtime.properties.api.ConfigurationPropertiesProviderFactory
-
createProvider
public LocalisationConfigurationPropertiesProvider 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
-