public class ResourceUtils extends Object
| Constructor and Description |
|---|
ResourceUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
readProperties(String properties)
Allows reading properties from bundled resources.
|
public static Properties readProperties(String properties) throws IOException
properties - the name of the properties file.IOException - if failed to load Properties.Copyright © 2022. All rights reserved.