| Package | Description |
|---|---|
| ch.jalu.configme |
| Modifier and Type | Method and Description |
|---|---|
SettingsManagerBuilder |
SettingsManagerBuilder.configurationData(Class<? extends SettingsHolder>... classes)
Sets up configuration data with the input of the given settings holder classes.
|
SettingsManagerBuilder |
SettingsManagerBuilder.configurationData(ConfigurationData configurationData)
Sets the provided configuration data to the builder.
|
SettingsManagerBuilder |
SettingsManagerBuilder.migrationService(MigrationService migrationService)
Sets the given migration service to the builder.
|
SettingsManagerBuilder |
SettingsManagerBuilder.useDefaultMigrationService()
Registers the default migration service to the builder, which triggers a rewrite of the
configuration file if a property is missing from it.
|
static SettingsManagerBuilder |
SettingsManagerBuilder.withResource(PropertyResource resource)
Creates a new builder with the given property resource.
|
static SettingsManagerBuilder |
SettingsManagerBuilder.withYamlFile(File file)
Creates a builder, using the given YAML file to use as property resource.
|
Copyright © 2016–2018 The AuthMe Team. All rights reserved.