public interface ClassResolver
Session. Implementation
must be thread-safe.| Modifier and Type | Method and Description |
|---|---|
Class<?> |
resolveClass(String name)
Load the class or interface for the given name.
|
Class<?> resolveClass(String name) throws IOException, ClassNotFoundException
name - fully qualified class nameIOExceptionClassNotFoundExceptionCopyright © 2006–2015 Cojen. All rights reserved.