net.java.trueupdate.shed
Class SystemProperties
java.lang.Object
net.java.trueupdate.shed.SystemProperties
@Immutable
public class SystemProperties
- extends Object
Replaces references to system properties of the form ${key} with
their values.
- Author:
- Christian Schlichtherle
|
Method Summary |
static String |
resolve(String string)
Replaces references to system properties of the form ${key} with
their values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resolve
public static String resolve(String string)
- Replaces references to system properties of the form
${key} with
their values.
- Parameters:
string - the string to process
- Returns:
- the resulting string
Copyright © 2013 Stimulus Software. All rights reserved.