|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.environment.SystemProperties
public class SystemProperties
System Properties
| Method Summary | |
|---|---|
static String |
expand(boolean enabled,
String source)
Expand system properties of the form ${system.property}. |
static String |
expand(String source)
Expand system properties of the form ${system.property}. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String expand(boolean enabled,
String source)
${system.property}.
source - the source
public static String expand(String source)
${system.property}.
enabled - tells whether expansion is enabledsource - the source
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||