|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.embedded.util.SystemAPI
Title: OpenMobileIS project source
Description: Helper class to access native OS specific task that is not correcly
done by the JVM.
Constructor Summary | |
SystemAPI()
|
Method Summary | |
static long |
currentTimeInMillis()
Get time stamp, same behavior as system.currentTimeMillis in milli Used to fix Creme V3.1 Bug |
static int |
execProgram(java.lang.String path,
java.lang.String args)
Execute a program on mobile. |
static int |
execProgramAndWait(java.lang.String path,
java.lang.String args)
Execute a program on mobile and wait until the program ended |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SystemAPI()
Method Detail |
public static int execProgramAndWait(java.lang.String path, java.lang.String args)
public static int execProgram(java.lang.String path, java.lang.String args)
public static long currentTimeInMillis()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |