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

Method getUserConfigFile

src/main/java/gate/Gate.java:1319–1321  ·  view source on GitHub ↗

Get the location of the user's config file. @return the user config file, or null if this has not yet been set (i.e. Gate.init() has not yet been called).

()

Source from the content-addressed store, hash-verified

1317 * <code>Gate.init()</code> has not yet been called).
1318 */
1319 public static File getUserConfigFile() {
1320 return userConfigFile;
1321 }
1322
1323 /**
1324 * Set the URL to the "builtin" creole directory. The URL must point to a

Callers 3

testConfigUpdatingMethod · 0.95
writeUserConfigMethod · 0.95

Calls

no outgoing calls

Tested by 2

testConfigUpdatingMethod · 0.76