MCPcopy Create free account
hub / github.com/GDATASoftwareAG/vaas / forFile

Method forFile

java/src/main/java/de/gdata/vaas/IVaas.java:159–159  ·  view source on GitHub ↗

Processes a file and returns the VaasVerdict. @param file the Path to the file to be processed @return the VaasVerdict for the file @throws IOException if an I/O error occurs @throws InterruptedException If the thread is interrupted @throws VaasAuthent

(Path file)

Source from the content-addressed store, hash-verified

157 * @throws VaasServerException The server encountered an internal error. Recommended actions: You may retry the request after a certain delay. If the problem persists contact G DATA.
158 */
159 VaasVerdict forFile(Path file) throws InterruptedException, IOException, VaasAuthenticationException, VaasClientException, VaasServerException;
160
161 /**
162 * Processes a file and returns the {@link VaasVerdict}.

Callers 4

vaas_test.cppFile · 0.65
mainFunction · 0.65
test.tsFile · 0.65

Implementers 1

Vaasjava/src/main/java/de/gdata/vaas/Vaas.

Calls

no outgoing calls