public class PropertiesLoader
extends java.lang.Object
| Constructor and Description |
|---|
PropertiesLoader() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Properties |
loadProperties(java.lang.String packagePath)
Gives a Properties-object from the given packagepath.
|
public static java.util.Properties loadProperties(java.lang.String packagePath)
throws java.io.IOException
packagePath - The package-path and the name from the resource as a String.java.io.IOException - Signals that an I/O exception has occurred.