MCPcopy
hub / github.com/zaproxy/zaproxy / open

Method open

zap/src/main/java/org/parosproxy/paros/db/Database.java:59–59  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

57 void removeDatabaseListener(DatabaseListener listener);
58
59 void open(String path) throws ClassNotFoundException, Exception;
60
61 /**
62 * Closes the database. If the parameter {@code compact} is {@code true}, the database will be

Callers 12

acquireHomeLockMethod · 0.65
runMethod · 0.65
openMethod · 0.65
openSessionMethod · 0.65
copySessionDbMethod · 0.65
snapshotSessionDbMethod · 0.65
getBtnOpenMethod · 0.65
StatsdClientMethod · 0.65
doViewMethod · 0.65
executeWithRetryMethod · 0.65
executeConnectMethod · 0.65

Implementers 1

AbstractDatabasezap/src/main/java/org/parosproxy/paros

Calls

no outgoing calls

Tested by

no test coverage detected