public class XPropertiesLoader extends Object
XUtil.loadProperties(URL)| 构造器和说明 |
|---|
XPropertiesLoader() |
| 限定符和类型 | 方法和说明 |
|---|---|
Properties |
build(String txt)
构建 txt 配置
|
static XPropertiesLoader |
global() |
static void |
globalSet(XPropertiesLoader instance) |
boolean |
isSupport(String suffix)
是否支持
|
Properties |
load(URL url)
加载 url 配置
|
public static XPropertiesLoader global()
public static void globalSet(XPropertiesLoader instance)
public boolean isSupport(String suffix)
suffix - 文件后缀public Properties load(URL url) throws Exception
Exceptionpublic Properties build(String txt) throws Exception
ExceptionCopyright © 2020. All rights reserved.