ConfigDataLocation
A user specified location that can be resolved to one or more config data resources. A ConfigDataLocation is a simple wrapper around a String value. The exact format of the value will depend on the underlying technology, but is usually a URL like syntax consisting of a prefix and path. For example, crypt:somehost/somepath
.
Locations can be mandatory or optional. Optional locations are prefixed with optional:
.
Author
Phillip Webb
Since
2.4.0
Properties
Functions
Link copied to clipboard
Return getValue with the specified prefix removed.
Link copied to clipboard
Return if the location is optional and should ignore ConfigDataNotFoundException.
Link copied to clipboard
Factory method to create a new ConfigDataLocation from a string.
Link copied to clipboard
Return an array of ConfigDataLocation elements built by splitting this ConfigDataLocation around a delimiter of
";"
.Return an array of ConfigDataLocation elements built by splitting this ConfigDataLocation around the specified delimiter.