Uses of Class
org.apache.uima.internal.util.UIMAClassLoader
-
Packages that use UIMAClassLoader Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.resource.impl -
-
Uses of UIMAClassLoader in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl with type parameters of type UIMAClassLoader Modifier and Type Field Description private static WeakIdentityMap<java.lang.ClassLoader,UIMAClassLoader>
FSClassRegistry. cl_to_uimaCl
-
Uses of UIMAClassLoader in org.apache.uima.resource.impl
Fields in org.apache.uima.resource.impl declared as UIMAClassLoader Modifier and Type Field Description private UIMAClassLoader
ResourceManager_impl. uimaCL
UIMA extension ClassLoader.Methods in org.apache.uima.resource.impl with parameters of type UIMAClassLoader Modifier and Type Method Description void
ResourceManager_impl. setExtensionClassPath(UIMAClassLoader uimaCL, boolean resolveResource)
Support reusing UIMA Class Loader instances to speed up things including the Component Description Editor when obtaining info from CustomResourceSpecifiers https://issues.apache.org/jira/browse/UIMA-1722
-