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