@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 TypeClassNotFoundException
Class<?> loadClass(String fqcn) throws ClassNotFoundException
fqcn
- fully qualified Java class nameClassNotFoundException
Copyright © 2019 OpenDaylight. All rights reserved.