Class PropertiesClassPathSource
- java.lang.Object
-
- blog.softwaretester.properties.propertysource.PropertySource
-
- blog.softwaretester.properties.propertysource.PropertiesClassPathSource
-
public final class PropertiesClassPathSource extends PropertySource
-
-
Constructor Summary
Constructors Constructor Description PropertiesClassPathSource(String propertiesFile, boolean showLogs)Constructor.
-
-
-
Constructor Detail
-
PropertiesClassPathSource
public PropertiesClassPathSource(String propertiesFile, boolean showLogs)
Constructor.- Parameters:
propertiesFile- The path to the properties file inside the application's class path.showLogs- If true, logs are shown.
-
-