public class PropertiesUtils extends Object
| 构造器和说明 |
|---|
PropertiesUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Properties |
loadNotNull(File path) |
static Properties |
loadNotNull(InputStream inputStream) |
static Properties |
loadNotNull(URL url) |
static Properties |
loadOrNull(File path) |
static Properties |
loadOrNull(InputStream inputStream) |
static Properties |
loadOrNull(URL url) |
public static Properties loadNotNull(File path)
public static Properties loadOrNull(File path)
public static Properties loadNotNull(URL url)
public static Properties loadOrNull(URL url)
public static Properties loadNotNull(InputStream inputStream)
public static Properties loadOrNull(InputStream inputStream)
Copyright © 2018–2023. All rights reserved.