public class SystemSettingsConfigContext extends BaseChainedConfigContext
ConfigContext that inherits from environment
variables and from Java system properties.apiKey, applicationPackage, DEFAULT_CONFIG, environment, excludedClasses, excludedParams, excludedSysProps, feedbackFormDisplayed, feedbackFormPath, honeybadgerReadApiKey, honeybadgerUrl, httpProxyHost, httpProxyPortthreadLocal| Constructor and Description |
|---|
SystemSettingsConfigContext()
Populate configuration from defaults, environment variables and system
properties.
|
SystemSettingsConfigContext(ConfigContext context)
Populate configuration from defaults, environment variables, system
properties and an addition context passed in.
|
equals, getApiKey, getApplicationPackage, getEnvironment, getExcludedClasses, getExcludedParams, getExcludedSysProps, getFeedbackFormPath, getHoneybadgerReadApiKey, getHoneybadgerUrl, getHttpProxyHost, getHttpProxyPort, hashCode, isFeedbackFormDisplayed, isPresent, isPresent, overwriteWithContext, setApiKey, setApplicationPackage, setEnvironment, setExcludedClasses, setExcludedParams, setExcludedSysProps, setFeedbackFormDisplayed, setFeedbackFormPath, setHoneybadgerReadApiKey, setHoneybadgerUrl, setHttpProxyHost, setHttpProxyPort, toStringpublic SystemSettingsConfigContext()
public SystemSettingsConfigContext(ConfigContext context)
context - additional context to layer on top