| Package | Description |
|---|---|
| ch.jalu.configme |
| Modifier and Type | Method and Description |
|---|---|
static SettingsManager |
SettingsManager.createWithProperties(PropertyResource resource,
MigrationService migrationService,
Collection<? extends Property<?>> properties)
Convenience method for creating a settings manager for the given collection of properties.
|
static SettingsManager |
SettingsManager.createWithYamlFile(File yamlFile,
Class<? extends SettingsHolder>... settingsClasses)
Convenience method for creating a settings manager for the provided YAML file with defaults.
|
Copyright © 2016–2018 The AuthMe Team. All rights reserved.