Class PropertiesLoader
java.lang.Object
org.powermock.configuration.support.PropertiesLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Properties
private Properties
loadProperties
(List<PropertiesFinder.ConfigurationSource> configurations, String propertiesFile) private Properties
loadPropertiesFromFile
(PropertiesFinder.ConfigurationSource configurationSource) private void
printWarning
(List<PropertiesFinder.ConfigurationSource> configurations, String propertiesFile)
-
Constructor Details
-
PropertiesLoader
PropertiesLoader()
-
-
Method Details
-
load
-
loadProperties
private Properties loadProperties(List<PropertiesFinder.ConfigurationSource> configurations, String propertiesFile) throws IOException - Throws:
IOException
-
printWarning
private void printWarning(List<PropertiesFinder.ConfigurationSource> configurations, String propertiesFile) -
loadPropertiesFromFile
private Properties loadPropertiesFromFile(PropertiesFinder.ConfigurationSource configurationSource) throws IOException - Throws:
IOException
-