public abstract class SystemPropertyUtils
extends java.lang.Object
Title: SystemPropertyUtils.java
Description:
bboss workgroup
Copyright (c) 2008
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLACEHOLDER_PREFIX
Prefix for system property placeholders: "${"
|
static java.lang.String |
PLACEHOLDER_SUFFIX
Suffix for system property placeholders: "}"
|
| Constructor and Description |
|---|
SystemPropertyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
resolvePlaceholders(java.lang.String text)
Resolve ${...} placeholders in the given text,
replacing them with corresponding system property values.
|
public static final java.lang.String PLACEHOLDER_PREFIX
public static final java.lang.String PLACEHOLDER_SUFFIX
public static java.lang.String resolvePlaceholders(java.lang.String text)
text - the String to resolvePLACEHOLDER_PREFIX,
PLACEHOLDER_SUFFIX