Uses of Class
org.springframework.boot.context.config.ConfigDataLocation
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of ConfigDataLocation in org.springframework.boot.context.config
Modifier and TypeMethodDescriptionConfigDataLocationNotFoundException.getLocation()
Return the location that could not be found.ConfigDataResourceNotFoundException.getLocation()
Return the original location that was resolved to determine the resource.UnsupportedConfigDataLocationException.getLocation()
Return the unsupported location reference.static ConfigDataLocation
Factory method to create a newConfigDataLocation
from a string.ConfigDataLocation.split()
Return an array ofConfigDataLocation
elements built by splitting thisConfigDataLocation
around a delimiter of";"
.Return an array ofConfigDataLocation
elements built by splitting thisConfigDataLocation
around the specified delimiter.Modifier and TypeMethodDescriptionboolean
ConfigDataLocationResolver.isResolvable
(ConfigDataLocationResolverContext context, ConfigDataLocation location) Returns if the specified location address can be resolved by this resolver.boolean
ConfigTreeConfigDataLocationResolver.isResolvable
(ConfigDataLocationResolverContext context, ConfigDataLocation location) boolean
StandardConfigDataLocationResolver.isResolvable
(ConfigDataLocationResolverContext context, ConfigDataLocation location) default void
ConfigDataEnvironmentUpdateListener.onPropertySourceAdded
(PropertySource<?> propertySource, ConfigDataLocation location, ConfigDataResource resource) Called when a newPropertySource
is added to theEnvironment
.ConfigDataLocationResolver.resolve
(ConfigDataLocationResolverContext context, ConfigDataLocation location) Resolve aConfigDataLocation
into one or moreConfigDataResource
instances.ConfigTreeConfigDataLocationResolver.resolve
(ConfigDataLocationResolverContext context, ConfigDataLocation location) StandardConfigDataLocationResolver.resolve
(ConfigDataLocationResolverContext context, ConfigDataLocation location) ConfigDataLocationResolver.resolveProfileSpecific
(ConfigDataLocationResolverContext context, ConfigDataLocation location, Profiles profiles) Resolve aConfigDataLocation
into one or moreConfigDataResource
instances based on available profiles.StandardConfigDataLocationResolver.resolveProfileSpecific
(ConfigDataLocationResolverContext context, ConfigDataLocation location, Profiles profiles) ModifierConstructorDescriptionCreate a newConfigDataLocationNotFoundException
instance.ConfigDataLocationNotFoundException
(ConfigDataLocation location, String message, Throwable cause) Create a newConfigDataLocationNotFoundException
instance.ConfigDataLocationNotFoundException
(ConfigDataLocation location, Throwable cause) Create a newConfigDataLocationNotFoundException
instance.