Package py4j.reflection
Class CurrentThreadClassLoadingStrategy
java.lang.Object
py4j.reflection.CurrentThreadClassLoadingStrategy
- All Implemented Interfaces:
ClassLoadingStrategy
This class loading strategy uses the current thread's ClassLoader to load a class from a fully qualified name.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CurrentThreadClassLoadingStrategy
public CurrentThreadClassLoadingStrategy()
-
-
Method Details
-
classForName
- Specified by:
classForName
in interfaceClassLoadingStrategy
- Throws:
ClassNotFoundException
-
getClassLoader
- Specified by:
getClassLoader
in interfaceClassLoadingStrategy
-