Package win.dailypickle.report.html
Class ReportProperties
java.lang.Object
win.dailypickle.report.html.ReportProperties
Merged view of dailypickle configuration: an optional
dailypickle.properties file in the
consuming project's working directory (falling back to a classpath-root resource of the same
name, e.g. src/test/resources/dailypickle.properties), overridden per key by JVM system
properties (-Ddailypickle.*). Loading is best-effort — an unreadable file is logged with
the [dailypickle] prefix and ignored, never failing the run.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringSystem property if set, else the properties file value, elsenull.static Stringstatic booleangetBoolean(String key) trueonly when the resolved value is the string"true"(case-insensitive).static longkeyNames()Union of file and system property names, for prefix scans likedailypickle.meta.*.
-
Field Details
-
FILE_NAME
- See Also:
-
-
Method Details
-
get
System property if set, else the properties file value, elsenull. -
get
-
getLong
-
getBoolean
trueonly when the resolved value is the string"true"(case-insensitive). -
keyNames
Union of file and system property names, for prefix scans likedailypickle.meta.*.
-