Class Tccl


  • public class Tccl
    extends java.lang.Object
    Utility methods to manipulate the Current Thread Context Classloader
    Author:
    Daniel Meyer
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  Tccl.Operation<T>  
    • Constructor Summary

      Constructors 
      Constructor Description
      Tccl()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T runUnderClassloader​(Tccl.Operation<T> operation, java.lang.ClassLoader classLoader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Tccl

        public Tccl()
    • Method Detail

      • runUnderClassloader

        public static <T> T runUnderClassloader​(Tccl.Operation<T> operation,
                                                java.lang.ClassLoader classLoader)