public class PropertyKit extends Object
| 构造器和说明 |
|---|
PropertyKit() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Properties |
getProperty(String resourceName)
根据文件名读取properties文件
|
static Map<String,String> |
getPropertyMap(Properties prop)
//TODO 根据property对象获取map格式数据
|
static Map<String,String> |
getPropertyMap(String resourceName)
//TODO 根据文件名读取map数据
|
public static Properties getProperty(String resourceName)
public static Map<String,String> getPropertyMap(String resourceName)
public static Map<String,String> getPropertyMap(Properties prop)
Copyright © 2015. All rights reserved.