public static class App.Companion
Modifier and Type | Method and Description |
---|---|
App |
getApp()
A static reference to the singleton Application
|
java.lang.String |
getLOG_FILE_PATH()
Where log file is stored
|
java.lang.String |
getPREF_DIR()
Where preferences file is stored
|
void |
setApp(App p)
A static reference to the singleton Application
|
public App getApp()
A static reference to the singleton Application
public void setApp(App p)
A static reference to the singleton Application
public java.lang.String getLOG_FILE_PATH()
Where log file is stored
public java.lang.String getPREF_DIR()
Where preferences file is stored