Class ConfigLoader
java.lang.Object
org.jacoco.agent.rt.internal.ConfigLoader
Internal utility to load runtime configuration from a classpath resource and
from system properties. System property keys are prefixed with
jacoco.. If the same property is defined twice the system
property takes precedence.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Propertiesload(String resource, Properties system) private static voidloadResource(String resource, Properties result) private static voidloadSystemProperties(Properties system, Properties result) private static voidsubstSystemProperties(Properties result, Properties system)
-
Field Details
-
SYS_PREFIX
- See Also:
-
SUBST_PATTERN
-
-
Constructor Details
-
ConfigLoader
private ConfigLoader()
-
-
Method Details
-
load
-
loadResource
-
loadSystemProperties
-
substSystemProperties
-