| Package | Description |
|---|---|
| ch.jalu.configme | |
| ch.jalu.configme.resource | |
| ch.jalu.configme.utils |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull PropertyResource |
SettingsManagerImpl.getPropertyResource() |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull SettingsManagerBuilder |
SettingsManagerBuilder.withResource(@NotNull PropertyResource resource)
Creates a new builder with the given property resource.
|
| Constructor and Description |
|---|
SettingsManagerImpl(@NotNull PropertyResource resource,
@NotNull ConfigurationData configurationData,
@Nullable MigrationService migrationService)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
YamlFileResource |
| Modifier and Type | Method and Description |
|---|---|
void |
SettingsHolderClassValidator.validateConfigurationDataValidForMigrationService(@NotNull ConfigurationData configurationData,
@NotNull PropertyResource resource,
@NotNull MigrationService migrationService)
Validates that the migration service does not declare that a migration is required for the given
configuration data, which gets saved to the provided resource beforehand.
|
Copyright © 2016–2023 The AuthMe Team. All rights reserved.