Uses of Interface
org.cryptomator.cryptofs.health.api.DiagnosticResult
Packages that use DiagnosticResult
-
Uses of DiagnosticResult in org.cryptomator.cryptofs.health.api
Classes in org.cryptomator.cryptofs.health.api that implement DiagnosticResultMethods in org.cryptomator.cryptofs.health.api that return types with arguments of type DiagnosticResultModifier and TypeMethodDescriptiondefault Stream<DiagnosticResult>HealthCheck.check(Path pathToVault, VaultConfig config, org.cryptomator.cryptolib.api.Masterkey masterkey, org.cryptomator.cryptolib.api.Cryptor cryptor, ExecutorService executor) Invokes the health check on a background thread scheduled using the given executor service.Method parameters in org.cryptomator.cryptofs.health.api with type arguments of type DiagnosticResultModifier and TypeMethodDescriptionvoidHealthCheck.check(Path pathToVault, VaultConfig config, org.cryptomator.cryptolib.api.Masterkey masterkey, org.cryptomator.cryptolib.api.Cryptor cryptor, Consumer<DiagnosticResult> resultCollector) Checks the vault at the given path.