public class PropertiesUtils extends Object
| Constructor and Description |
|---|
PropertiesUtils() |
| Modifier and Type | Method and Description |
|---|---|
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–2021. All rights reserved.