Uses of Interface
org.cryptomator.cryptofs.migration.api.Migrator
-
Packages that use Migrator Package Description org.cryptomator.cryptofs.migration org.cryptomator.cryptofs.migration.v6 org.cryptomator.cryptofs.migration.v7 -
-
Uses of Migrator in org.cryptomator.cryptofs.migration
Methods in org.cryptomator.cryptofs.migration that return Migrator Modifier and Type Method Description MigratorMigrationModule_ProvideVersion6MigratorFactory. get()MigratorMigrationModule_ProvideVersion7MigratorFactory. get()static MigratorMigrationModule_ProvideVersion6MigratorFactory. provideVersion6Migrator(org.cryptomator.cryptofs.migration.MigrationModule instance, Version6Migrator migrator)static MigratorMigrationModule_ProvideVersion7MigratorFactory. provideVersion7Migrator(org.cryptomator.cryptofs.migration.MigrationModule instance, Version7Migrator migrator)Method parameters in org.cryptomator.cryptofs.migration with type arguments of type Migrator Modifier and Type Method Description static 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 Migrator Constructor Description Migrators_Factory(javax.inject.Provider<Map<org.cryptomator.cryptofs.migration.Migration,Migrator>> migratorsProvider, javax.inject.Provider<FileSystemCapabilityChecker> fsCapabilityCheckerProvider) -
Uses of Migrator in org.cryptomator.cryptofs.migration.v6
Classes in org.cryptomator.cryptofs.migration.v6 that implement Migrator Modifier and Type Class Description classVersion6Migrator -
Uses of Migrator in org.cryptomator.cryptofs.migration.v7
Classes in org.cryptomator.cryptofs.migration.v7 that implement Migrator Modifier and Type Class Description classVersion7Migrator
-