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

Method getClassLoader

src/main/java/gate/Gate.java:701–703  ·  view source on GitHub ↗

Get the GATE class loader.

()

Source from the content-addressed store, hash-verified

699
700 /** Get the GATE class loader. */
701 public static GateClassLoader getClassLoader() {
702 return classLoader;
703 }
704
705 /** The CREOLE register. */
706 private static CreoleRegister creoleRegister = null;

Callers 15

getTestServerNameMethod · 0.95
registerIREngineMethod · 0.95
isGateTypeMethod · 0.95
instantiateDataStoreMethod · 0.95
setIndexDefinitionMethod · 0.95
getParameterClassMethod · 0.95
endElementMethod · 0.95
parseDirectoryMethod · 0.95

Calls

no outgoing calls

Tested by 2

getTestServerNameMethod · 0.76
testReadFromURLMethod · 0.64