public class StandardConfigContext extends BaseChainedConfigContext
ConfigContext implementation that is used for programmatic
configuration. This implementation completely ignores all environment
variables and system parameters.DEFAULT_CONFIG| Constructor and Description |
|---|
StandardConfigContext()
A new configuration context with default values prepopulated.
|
StandardConfigContext(Map<String,?> configuration)
A new configuration context with default values present, but overwritten
by the passed map of configuration values.
|
StandardConfigContext(String apiKey)
A new configuration context with the default values present.
|
equals, getApiKey, getApplicationPackage, getConnectTimeout, getEnvironment, getExcludedClasses, getExcludedParams, getExcludedSysProps, getFeedbackFormDisplayed, getFeedbackFormPath, getHoneybadgerReadApiKey, getHoneybadgerUrl, getHttpProxyHost, getHttpProxyPort, getMaximumErrorReportingRetries, getMaximumErrorReportingRetries, getSocketTimeout, hashCode, isFeedbackFormDisplayed, overwriteWithContext, setApiKey, setApplicationPackage, setConnectTimeout, setEnvironment, setExcludedClasses, setExcludedParams, setExcludedSysProps, setFeedbackFormDisplayed, setFeedbackFormPath, setHoneybadgerReadApiKey, setHoneybadgerUrl, setHttpProxyHost, setHttpProxyPort, setSocketTimeout, toStringpublic StandardConfigContext()
public StandardConfigContext(Map<String,?> configuration)
configuration - map with keys that correspond to the sys prop keys documentedpublic StandardConfigContext(String apiKey)
apiKey - Honeybadger API keyCopyright © 2023 Honeybadger.io. All rights reserved.