|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ibm.lpex.util.LpexSysutil
System-related methods. An alternative to these methods is implemented in native code for certain platforms.
| Inner Class Summary | |
static interface |
LpexSysutil.Sysutil
Interface defining the native system utilities. |
| Constructor Summary | |
LpexSysutil()
|
|
| Method Summary | |
static java.lang.String |
getEnvVariable(java.lang.String var)
Retrieve an environment variable. |
static java.lang.String |
getUserHomeDirectory()
Retrieve LPEX's user-data home directory. |
static void |
main(java.lang.String[] args)
An entry point for testing purposes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LpexSysutil()
| Method Detail |
public static java.lang.String getEnvVariable(java.lang.String var)
var - name of an environment variablenull if it is not obtainable or not foundpublic static java.lang.String getUserHomeDirectory()
<"user.home">/IBM/Editor
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||