public class PAPropertiesLazyLoader extends Object
Constructor and Description |
---|
PAPropertiesLazyLoader(String systemPropertyForRelativeFolder,
String systemPropertyForFileName,
String pathToRelativePropertiesFile) |
PAPropertiesLazyLoader(String systemPropertyForRelativeFolder,
String systemPropertyForFileName,
String pathToRelativePropertiesFile,
String propertiesFileName) |
Modifier and Type | Method and Description |
---|---|
Properties |
getProperties()
Get the properties map or load it if needed.
|
static void |
updateWithSystemProperties(Properties properties)
Set the user java properties to the PAProperties.
|
public PAPropertiesLazyLoader(String systemPropertyForRelativeFolder, String systemPropertyForFileName, String pathToRelativePropertiesFile)
public Properties getProperties()
public static void updateWithSystemProperties(Properties properties)
User properties are defined using the -Dname=value in the java command.