Class SystemPropertyUtils


  • public abstract class SystemPropertyUtils
    extends Object
    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. Default values can be supplied using the ":" separator between key and value.

    Adapted from Spring.

    See Also:
    System.getProperty(String)