Package | Description |
---|---|
org.kohsuke.stapler.config |
Modifier and Type | Method and Description |
---|---|
static ConfigurationLoader |
ConfigurationLoader.from(java.io.File configPropertyFile)
Loads the configuration from the specified property file.
|
static ConfigurationLoader |
ConfigurationLoader.from(java.util.Map<java.lang.String,java.lang.String> props) |
static ConfigurationLoader |
ConfigurationLoader.from(java.util.Properties props)
Loads the configuration from the specified
Properties object. |
static ConfigurationLoader |
ConfigurationLoader.fromEnvironmentVariables()
Creates
ConfigurationLoader that uses environment variables as the source. |
static ConfigurationLoader |
ConfigurationLoader.fromSystemProperties()
Creates
ConfigurationLoader that uses all the system properties as the source. |
Copyright © 2013. All Rights Reserved.