MCPcopy Create free account
hub / github.com/GateNLP/gate-core / setStorageUrl

Method setStorageUrl

src/main/java/gate/DataStore.java:35–35  ·  view source on GitHub ↗

Set the URL as string for the underlying storage mechanism.

(String storageUrl)

Source from the content-addressed store, hash-verified

33
34 /** Set the URL as string for the underlying storage mechanism. */
35 public void setStorageUrl(String storageUrl) throws PersistenceException;
36
37 /** Get the URL as String for the underlying storage mechanism. */
38 public String getStorageUrl();

Callers 1

instantiateDataStoreMethod · 0.95

Implementers 1

SerialDataStoresrc/main/java/gate/persist/SerialDataS

Calls

no outgoing calls

Tested by

no test coverage detected