|
TrueUpdate Utilities 0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.trueupdate.util.SystemProperties
@Immutable public final class SystemProperties
Replaces references to system properties of the form ${key} with
their values.
| Method Summary | |
|---|---|
static String |
resolve(String string)
Replaces references to system properties of the form ${key} with
their values. |
static String |
resolve(String string,
String defaultValue)
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 |
| Method Detail |
|---|
public static String resolve(String string)
${key} with
their values.
string - the string to process.
@Nullable
public static String resolve(@CheckForNull
String string,
@Nullable
String defaultValue)
${key} with
their values.
string - the nullable string to process.defaultValue - the nullable default value to return if and only if
string is null.
Note that this parameter does not get processed.
|
TrueUpdate Utilities 0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||