public interface MigrationService
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAndMigrate(PropertyResource resource,
List<Property<?>> properties)
Checks the settings and perform any necessary migrations.
|
boolean checkAndMigrate(PropertyResource resource, List<Property<?>> properties)
resource - the property resourceproperties - all existing propertiestrue if a migration has been performed, false if the settings are up-to-dateCopyright © 2016–2018 The AuthMe Team. All rights reserved.