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