Package py4j.reflection
Interface ClassLoadingStrategy
- All Known Implementing Classes:
CurrentThreadClassLoadingStrategy
,RootClassLoadingStrategy
public interface ClassLoadingStrategy
Strategy interface to load a class from a fully qualified name.
-
Method Summary
-
Method Details
-
classForName
- Throws:
ClassNotFoundException
-
getClassLoader
ClassLoader getClassLoader()
-