public interface ClassLoadingStrategy
Strategy interface to load a class from a fully qualified name.
Modifier and Type | Method and Description |
---|---|
Class<?> |
classForName(String className) |
ClassLoader |
getClassLoader() |
Class<?> classForName(String className) throws ClassNotFoundException
ClassNotFoundException
ClassLoader getClassLoader()
Copyright © 2016. All rights reserved.