public class

SystemProperties

extends Object
java.lang.Object
   ↳ com.davidluoye.support.os.SystemProperties

Summary

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

Public Methods

public static String get (String key, String def)

public static boolean getBoolean (String key, boolean def)

public static int getInt (String key, int def)

public static long getLong (String key, long def)

public static void set (String key, String value)