Class FailingConfigurationPropertiesProvider
java.lang.Object
org.mule.runtime.api.component.AbstractComponent
org.mule.runtime.properties.api.DefaultConfigurationPropertiesProvider
org.mule.test.crafted.config.properties.failing.extension.FailingConfigurationPropertiesProvider
- All Implemented Interfaces:
org.mule.runtime.api.component.Component,org.mule.runtime.api.lifecycle.Disposable,org.mule.runtime.api.lifecycle.Initialisable,org.mule.runtime.properties.api.ConfigurationPropertiesProvider
public class FailingConfigurationPropertiesProvider
extends org.mule.runtime.properties.api.DefaultConfigurationPropertiesProvider
implements org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Disposable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mule.runtime.api.component.Component
org.mule.runtime.api.component.Component.Annotations -
Field Summary
Fields inherited from class org.mule.runtime.properties.api.DefaultConfigurationPropertiesProvider
configurationAttributes, fileLocation, UNKNOWNFields inherited from class org.mule.runtime.api.component.AbstractComponent
ANNOTATION_NAME, LOCATION_KEY, ROOT_CONTAINER_NAME_KEYFields inherited from interface org.mule.runtime.api.component.Component
ANNOTATIONS_PROPERTY_NAME, NS_MULE_DOCUMENTATION, NS_MULE_PARSER_METADATAFields inherited from interface org.mule.runtime.api.lifecycle.Disposable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Initialisable
PHASE_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mule.runtime.properties.api.DefaultConfigurationPropertiesProvider
createValue, createValueHelper, getDescription, getResourceInputStream, toStringMethods inherited from class org.mule.runtime.api.component.AbstractComponent
getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotations
-
Constructor Details
-
FailingConfigurationPropertiesProvider
public FailingConfigurationPropertiesProvider()
-
-
Method Details
-
initialise
public void initialise() throws org.mule.runtime.api.lifecycle.InitialisationException- Specified by:
initialisein interfaceorg.mule.runtime.api.lifecycle.Initialisable- Overrides:
initialisein classorg.mule.runtime.properties.api.DefaultConfigurationPropertiesProvider- Throws:
org.mule.runtime.api.lifecycle.InitialisationException
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.mule.runtime.api.lifecycle.Disposable
-
provide
public Optional<org.mule.runtime.properties.api.ConfigurationProperty> provide(String configurationAttributeKey) - Specified by:
providein interfaceorg.mule.runtime.properties.api.ConfigurationPropertiesProvider- Overrides:
providein classorg.mule.runtime.properties.api.DefaultConfigurationPropertiesProvider
-