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

Method getOriginalUserConfig

src/main/java/gate/Gate.java:838–840  ·  view source on GitHub ↗

Get the original, initialisation-time, GATE development environment configuration data (initialised from gate.xml ).

()

Source from the content-addressed store, hash-verified

836 * configuration data (initialised from <TT>gate.xml</TT>).
837 */
838 public static OptionsMap getOriginalUserConfig() {
839 return originalUserConfig;
840 } // getOriginalUserConfig
841
842 /**
843 * Update the GATE development environment configuration data in the user's

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected