@Beta
public interface ClassLoadingStrategy
| Modifier and Type | Method and Description | 
|---|---|
Class<?> | 
loadClass(String fqcn)  | 
Class<?> | 
loadClass(Type type)  | 
Class<?> loadClass(Type type) throws ClassNotFoundException
type - Generated TypeClassNotFoundExceptionClass<?> loadClass(String fqcn) throws ClassNotFoundException
fqcn - fully qualified Java class nameClassNotFoundExceptionCopyright © 2018 OpenDaylight. All rights reserved.