|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.prodevelop.gvsig.mobile.common.ProcessUtils
Utility class with JNI methods used by the PDA only.
Constructor Summary | |
ProcessUtils()
|
Method Summary | |
static java.lang.String |
getSDCardPath()
Gets PDA's extension card root path. |
static boolean |
startOrForeground(java.lang.String title_part,
java.lang.String exec_file_full_path,
java.lang.String exec_parameters)
This method is used to prevent a second instance of the application (it is the common behavior of the pda applications.) |
static void |
touch()
Utility empty method to force the load of the library. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProcessUtils()
Method Detail |
public static boolean startOrForeground(java.lang.String title_part, java.lang.String exec_file_full_path, java.lang.String exec_parameters) throws java.lang.UnsatisfiedLinkError
title_part
- string to be searchedexec_file_full_path
- exe fileexec_parameters
- exe parameters
java.lang.UnsatisfiedLinkError
public static java.lang.String getSDCardPath()
public static void touch()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |