Class Class_TCCL

java.lang.Object
org.apache.uima.internal.util.Class_TCCL

public class Class_TCCL extends Object
Utilities supporting a unified approach to loading classes, incorporating the resource manager's class loader if available, and making use of the Thread Context Class Loader (TCCL) For backwards compatibility, if a class is not found using the Thread Context Class Loader, for classloading: try again using the class loader for this class since that's what the previous impl did, and some applications will break otherwise, with class-not-found. for resourceloading: try again using the Classloader.getSystemClassLoader, since that's what the previous impl did