| Package | Description |
|---|---|
| ch.jalu.configme | |
| ch.jalu.configme.migration |
| Modifier and Type | Field and Description |
|---|---|
protected MigrationService |
SettingsManager.migrationService |
| 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.
|
| Constructor and Description |
|---|
SettingsManager(PropertyResource resource,
MigrationService migrationService,
Class<? extends SettingsHolder>... settingsClasses)
Constructor.
|
SettingsManager(PropertyResource resource,
MigrationService migrationService,
ConfigurationData configurationData)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlainMigrationService
Simple migration service that can be extended.
|
Copyright © 2016–2018 The AuthMe Team. All rights reserved.