| Package | Description |
|---|---|
| org.mule.runtime.config.api.properties |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPropertiesHierarchyBuilder |
ConfigurationPropertiesHierarchyBuilder.withApplicationProperties(org.mule.runtime.properties.api.ConfigurationPropertiesProvider provider)
Sets a
ConfigurationPropertiesProvider to use as application property, gotten from a custom provider (such as the
Secure Configuration Properties) or properties set with the configuration-properties tag. |
ConfigurationPropertiesHierarchyBuilder |
ConfigurationPropertiesHierarchyBuilder.withDeploymentProperties(Map<String,String> properties) |
ConfigurationPropertiesHierarchyBuilder |
ConfigurationPropertiesHierarchyBuilder.withDomainPropertiesResolver(org.mule.runtime.api.component.ConfigurationProperties domainProperties)
Sets to consider the domain properties in the hierarchy, setting a previously resolved
ConfigurationProperty to
reoslve. |
ConfigurationPropertiesHierarchyBuilder |
ConfigurationPropertiesHierarchyBuilder.withEnvironmentProperties()
Sets that environment properties (from OS) should be considered in the hierarchy.
|
ConfigurationPropertiesHierarchyBuilder |
ConfigurationPropertiesHierarchyBuilder.withGlobalPropertiesSupplier(Supplier<Map<String,org.mule.runtime.properties.api.ConfigurationProperty>> globalPropertiesSupplier)
Sets a supplier to retrieve the Global Properties from.
|
ConfigurationPropertiesHierarchyBuilder |
ConfigurationPropertiesHierarchyBuilder.withoutFailuresIfPropertyNotPresent()
Set that the
ConfigurationPropertiesResolver to be built won't fail in case of resolving a property doesn't exist. |
ConfigurationPropertiesHierarchyBuilder |
ConfigurationPropertiesHierarchyBuilder.withPropertiesFile(org.mule.runtime.properties.api.ResourceProvider resourceProvider)
Sets an external resource provider to get the file content to then use a File Configuration Property.
|
ConfigurationPropertiesHierarchyBuilder |
ConfigurationPropertiesHierarchyBuilder.withSystemProperties()
Sets that system properties added to the JVM are considered in the hierarchy.
|
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.