| Helper class for resolving placeholders in texts. Usually applied to file paths.
A text may contain ${...} placeholders, to be resolved as
system properties: e.g. ${user.dir} .
author: Juergen Hoeller since: 1.2.5 See Also: SystemPropertyUtils.PLACEHOLDER_PREFIX See Also: SystemPropertyUtils.PLACEHOLDER_SUFFIX See Also: System.getProperty(String) |