Uses of Interface
org.cryptomator.cryptofs.migration.api.Migrator
Packages that use Migrator
-
Uses of Migrator in org.cryptomator.cryptofs.migration
Methods in org.cryptomator.cryptofs.migration that return MigratorModifier and TypeMethodDescriptionMigrationModule_ProvideVersion6MigratorFactory.get()MigrationModule_ProvideVersion7MigratorFactory.get()MigrationModule_ProvideVersion8MigratorFactory.get()static MigratorMigrationModule_ProvideVersion6MigratorFactory.provideVersion6Migrator(org.cryptomator.cryptofs.migration.MigrationModule instance, org.cryptomator.cryptofs.migration.v6.Version6Migrator migrator) static MigratorMigrationModule_ProvideVersion7MigratorFactory.provideVersion7Migrator(org.cryptomator.cryptofs.migration.MigrationModule instance, org.cryptomator.cryptofs.migration.v7.Version7Migrator migrator) static MigratorMigrationModule_ProvideVersion8MigratorFactory.provideVersion8Migrator(org.cryptomator.cryptofs.migration.MigrationModule instance, org.cryptomator.cryptofs.migration.v8.Version8Migrator migrator) Method parameters in org.cryptomator.cryptofs.migration with type arguments of type MigratorModifier and TypeMethodDescriptionstatic Migrators_FactoryMigrators_Factory.create(javax.inject.Provider<Map<org.cryptomator.cryptofs.migration.Migration, Migrator>> migratorsProvider, javax.inject.Provider<FileSystemCapabilityChecker> fsCapabilityCheckerProvider) static MigratorsMigrators_Factory.newInstance(Map<org.cryptomator.cryptofs.migration.Migration, Migrator> migrators, FileSystemCapabilityChecker fsCapabilityChecker) Constructor parameters in org.cryptomator.cryptofs.migration with type arguments of type MigratorModifierConstructorDescriptionMigrators_Factory(javax.inject.Provider<Map<org.cryptomator.cryptofs.migration.Migration, Migrator>> migratorsProvider, javax.inject.Provider<FileSystemCapabilityChecker> fsCapabilityCheckerProvider)