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)
| 157 | * thrown. |
| 158 | */ |
| 159 | public abstract void compile(Map<String, String> sources, |
| 160 | GateClassLoader classLoader) throws GateException; |
| 161 | |
| 162 | /** |
| 163 | * The compiler to use. |
no outgoing calls
no test coverage detected