Package | Description |
---|---|
org.kohsuke.stapler.config |
Modifier and Type | Method and Description |
---|---|
static ConfigurationLoader |
ConfigurationLoader.from(File configPropertyFile)
Loads the configuration from the specified property file.
|
static ConfigurationLoader |
ConfigurationLoader.from(Map<String,String> props) |
static ConfigurationLoader |
ConfigurationLoader.from(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 © 2014. All rights reserved.