public class PropertyUtil extends Object
| Constructor and Description |
|---|
PropertyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
loadProperties(String path)
Loads properties with given path - will load as file is able or classpath resource
|
static Map<String,String> |
read(String path)
Reads properties from file path or classpath
|
static Map<String,String> |
readAndMerge(String... paths) |
public static Properties loadProperties(String path)
Copyright © 2020 Stackify, LLC. All rights reserved.