public final class PropertiesUtils extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static org.slf4j.Logger |
LOGGER |
The LOGGER.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Properties |
getResourceProperties(Class originatingClass,
String resourcePath) |
Provide a properties resource.
|
public static Properties getResourceProperties(Class originatingClass, String resourcePath) throws IOException
originatingClass - The class which requests the resource.resourcePath - The path to the resource.IOException - in case of exceptionCopyright © 2025. All rights reserved.