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

Method compile

src/main/java/gate/util/Javac.java:159–160  ·  view source on GitHub ↗

Compile a set of Java sources, and load the resulting classes into the GATE class loader. @param sources a map from fully qualified classname to java source @param classLoader the classloader into which the sources should be compiled. Note that this classloader must also

(Map<String, String> sources,
      GateClassLoader classLoader)

Source from the content-addressed store, hash-verified

157 * thrown.
158 */
159 public abstract void compile(Map<String, String> sources,
160 GateClassLoader classLoader) throws GateException;
161
162 /**
163 * The compiler to use.

Callers 15

UtilsClass · 0.80
setSuffixesMethod · 0.80
DocumentJsonUtilsClass · 0.80
DocumentStaxUtilsClass · 0.80
isWildcharMatchesMethod · 0.80
OUtilsClass · 0.80
MainFrameClass · 0.80
updateViewsMethod · 0.80
actionPerformedMethod · 0.80
processMouseEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected