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

Method create

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

Create a new data store. NOTE: for some data stores creation is an system administrator task; in such cases this method will throw an UnsupportedOperationException.

()

Source from the content-addressed store, hash-verified

43 * method will throw an UnsupportedOperationException.
44 */
45 public void create()
46 throws PersistenceException, UnsupportedOperationException;
47
48 /** Open a connection to the data store. */

Callers 15

createDataStoreMethod · 0.95
setUpMethod · 0.65
paintIconMethod · 0.65
paintIconMethod · 0.65
paintIconMethod · 0.65
paintIconMethod · 0.65
paintIconMethod · 0.65
paintIconMethod · 0.65
paintIconMethod · 0.65
paintIconMethod · 0.65
paintIconMethod · 0.65
paintIconMethod · 0.65

Implementers 1

SerialDataStoresrc/main/java/gate/persist/SerialDataS

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.52