public class PropertiesUtils extends Object
| 构造器和说明 |
|---|
PropertiesUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
getBoolean(Properties properties,
String key) |
static boolean |
getBoolean(String key) |
static Integer |
getInteger(Properties properties,
String key) |
static Integer |
getInteger(String key) |
static Long |
getLong(Properties properties,
String key) |
static Long |
getLong(String key) |
static String |
getString(Properties properties,
String key) |
static String |
getString(String key) |
public static boolean getBoolean(String key)
public static boolean getBoolean(Properties properties, String key)
public static Integer getInteger(Properties properties, String key)
public static Long getLong(Properties properties, String key)
public static String getString(Properties properties, String key)
Copyright © 2020. All rights reserved.