Uses of Interface
org.cryptomator.cryptofs.migration.api.MigrationContinuationListener
Packages that use MigrationContinuationListener
-
Uses of MigrationContinuationListener in org.cryptomator.cryptofs.migration
Methods in org.cryptomator.cryptofs.migration with parameters of type MigrationContinuationListenerModifier and TypeMethodDescriptionvoidMigrators.migrate(Path pathToVault, String vaultConfigFilename, String masterkeyFilename, CharSequence passphrase, MigrationProgressListener progressListener, MigrationContinuationListener continuationListener) Performs the actual migration. -
Uses of MigrationContinuationListener in org.cryptomator.cryptofs.migration.api
Classes in org.cryptomator.cryptofs.migration.api that implement MigrationContinuationListenerFields in org.cryptomator.cryptofs.migration.api declared as MigrationContinuationListenerModifier and TypeFieldDescriptionstatic final MigrationContinuationListenerMigrationContinuationListener.CANCEL_ALWAYSMethods in org.cryptomator.cryptofs.migration.api with parameters of type MigrationContinuationListenerModifier and TypeMethodDescriptionvoidMigrator.migrate(Path vaultRoot, String vaultConfigFilename, String masterkeyFilename, CharSequence passphrase, MigrationProgressListener progressListener, MigrationContinuationListener continuationListener) Performs the migration this migrator is built for.