Package | Description |
---|---|
gate | |
gate.creole | |
gate.util |
Modifier and Type | Method and Description |
---|---|
static GateClassLoader |
Gate.getClassLoader()
Get the GATE class loader.
|
Modifier and Type | Method and Description |
---|---|
void |
CreoleAnnotationHandler.addJarsToClassLoader(GateClassLoader gcl,
org.jdom.Document jdomDoc)
Extract all JAR elements from the given JDOM document and add the jars they
reference to the GateClassLoader.
|
Modifier and Type | Method and Description |
---|---|
GateClassLoader |
GateClassLoader.getDisposableClassLoader(String id)
Returns a classloader that can, at some point in the future, be
forgotton which allows the class definitions to be garbage
collected.
|
GateClassLoader |
GateClassLoader.getDisposableClassLoader(String id,
boolean isolated) |
GateClassLoader |
GateClassLoader.getDisposableClassLoader(String id,
ClassLoader parent,
boolean isolated) |
Modifier and Type | Method and Description |
---|---|
List<GateClassLoader> |
GateClassLoader.getChildren()
Get the child classloaders in creation order.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Javac.compile(Map<String,String> sources,
GateClassLoader classLoader)
Compile a set of Java sources, and load the resulting classes into the GATE
class loader.
|
void |
GateClassLoader.forgetClassLoader(GateClassLoader classloader)
Causes the specified classloader to be forgotten, making it and all
the class definitions loaded by it available for garbage collection
|
static void |
Javac.loadClasses(Map<String,String> sources,
GateClassLoader classLoader)
Compiles a set of java sources and loads the compiled classes in the gate
class loader.
|
Copyright © 2024 GATE. All rights reserved.