Java org.springframework.util SystemPropertyUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.util SystemPropertyUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.util SystemPropertyUtils.

The text is from its open source code.

Field

StringPLACEHOLDER_PREFIX
Prefix for system property placeholders: "${".
StringPLACEHOLDER_SUFFIX
Suffix for system property placeholders: "}".
StringVALUE_SEPARATOR
Value separator for system property placeholders: ":".

Method

StringresolvePlaceholders(String text)
Resolve ${...}} placeholders in the given text, replacing them with corresponding system property values.
StringresolvePlaceholders(String text, boolean ignoreUnresolvablePlaceholders)
Resolve ${...}} placeholders in the given text, replacing them with corresponding system property values.