public class PropertiesFactory
extends java.lang.Object
Constructor and Description |
---|
PropertiesFactory() |
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
getDefaultProperties()
Returns the systems default properties, as read from the configuration file.
|
static java.util.Properties |
getPropertiesFromFile(java.lang.String propertyFileName,
java.lang.ClassLoader classLoader)
Returns the config properties read from a specified location.
|
public static java.util.Properties getDefaultProperties()
public static java.util.Properties getPropertiesFromFile(java.lang.String propertyFileName, java.lang.ClassLoader classLoader)
propertyFileName
- the file name. If relative, this is located using the FileLocator algorithm.