| java.lang.Object | |
| ↳ | com.davidluoye.support.os.SystemProperties |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static String | get(String key, String def) | ||||||||||
| static boolean | getBoolean(String key, boolean def) | ||||||||||
| static int | getInt(String key, int def) | ||||||||||
| static long | getLong(String key, long def) | ||||||||||
| static void | set(String key, String value) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||