public interface ClassLoadingStrategy
| Modifier and Type | Method and Description | 
|---|---|
Class<?> | 
loadClass(String fullyQualifiedName)  | 
Class<?> | 
loadClass(Type type)  | 
Class<?> loadClass(Type type) throws ClassNotFoundException
ClassNotFoundExceptionClass<?> loadClass(String fullyQualifiedName) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2018 OpenDaylight. All rights reserved.