(Path file)
| 201 | } |
| 202 | |
| 203 | @Override |
| 204 | public CompletableFuture<VaasVerdict> forFileAsync(Path file) throws IOException, VaasClientException { |
| 205 | return forFileAsync(file, ForFileOptions.fromVaaSConfig(this.config)); |
| 206 | } |
| 207 | |
| 208 | @Override |
| 209 | public CompletableFuture<VaasVerdict> forFileAsync(Path file, ForFileOptions options) throws IOException, VaasClientException { |