public interface DefaultConfigurationLoader
| Modifier and Type | Method and Description |
|---|---|
Properties |
load(String configurationName)
Load the configuration from the jars META-INF directory.
|
@Nonnull Properties load(String configurationName)
configurationName - the name of the config file, without the .properties in META-INF/ConfigurationNotFoundException - if the default configuration is not on the classpathCopyright © 2018. All rights reserved.