Uses of Class
org.cryptomator.cryptofs.migration.v7.Version7Migrator
-
Packages that use Version7Migrator Package Description org.cryptomator.cryptofs.migration org.cryptomator.cryptofs.migration.v7 -
-
Uses of Version7Migrator in org.cryptomator.cryptofs.migration
Methods in org.cryptomator.cryptofs.migration with parameters of type Version7Migrator Modifier and Type Method Description static MigratorMigrationModule_ProvideVersion7MigratorFactory. provideVersion7Migrator(org.cryptomator.cryptofs.migration.MigrationModule instance, Version7Migrator migrator)Method parameters in org.cryptomator.cryptofs.migration with type arguments of type Version7Migrator Modifier and Type Method Description static MigrationModule_ProvideVersion7MigratorFactoryMigrationModule_ProvideVersion7MigratorFactory. create(org.cryptomator.cryptofs.migration.MigrationModule module, javax.inject.Provider<Version7Migrator> migratorProvider)Constructor parameters in org.cryptomator.cryptofs.migration with type arguments of type Version7Migrator Constructor Description MigrationModule_ProvideVersion7MigratorFactory(org.cryptomator.cryptofs.migration.MigrationModule module, javax.inject.Provider<Version7Migrator> migratorProvider) -
Uses of Version7Migrator in org.cryptomator.cryptofs.migration.v7
Methods in org.cryptomator.cryptofs.migration.v7 that return Version7Migrator Modifier and Type Method Description Version7MigratorVersion7Migrator_Factory. get()static Version7MigratorVersion7Migrator_Factory. newInstance(org.cryptomator.cryptolib.api.CryptorProvider cryptorProvider)
-