|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationLoader | |
---|---|
org.kohsuke.stapler.config |
Uses of ConfigurationLoader in org.kohsuke.stapler.config |
---|
Methods in org.kohsuke.stapler.config that return ConfigurationLoader | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |