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

Method initDataStoreRegister

src/main/java/gate/Gate.java:526–528  ·  view source on GitHub ↗

Initialise the DataStore register.

()

Source from the content-addressed store, hash-verified

524
525 /** Initialise the DataStore register. */
526 public static void initDataStoreRegister() {
527 dataStoreRegister = new DataStoreRegister();
528 } // initDataStoreRegister()
529
530 /**
531 * Reads config data (<TT>gate.xml</TT> files). There are three sorts of

Callers 1

initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected