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

Method getUserConfig

src/main/java/gate/Gate.java:830–832  ·  view source on GitHub ↗

Get the GATE development environment configuration data (initialised from gate.xml ).

()

Source from the content-addressed store, hash-verified

828 * <TT>gate.xml</TT>).
829 */
830 public static OptionsMap getUserConfig() {
831 return userConfig;
832 }
833
834 /**
835 * Get the original, initialisation-time, GATE development environment

Callers 15

testExplicitMimeTypeMethod · 0.95
testAnnotationMergingMethod · 0.95
testConfigUpdatingMethod · 0.95
writeUserConfigMethod · 0.95
applyUserPreferencesMethod · 0.95
getLocationsMethod · 0.95
setLocationsMethod · 0.95
editMethod · 0.95
DocumentImplMethod · 0.95
startDocumentMethod · 0.95

Calls

no outgoing calls

Tested by 3

testExplicitMimeTypeMethod · 0.76
testAnnotationMergingMethod · 0.76
testConfigUpdatingMethod · 0.76