public class PropUtil extends Object
| 构造器和说明 |
|---|
PropUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
get(String key,
String propFile) |
static Boolean |
getAsBoolean(String key,
String propFile) |
static Integer |
getAsInteger(String key,
String propFile) |
static Long |
getAsLong(String key,
String propFile) |
static Properties |
getProperties(String propFile) |
public static Properties getProperties(String propFile)
Copyright © 2019. All rights reserved.