public interface ClassResolver
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
resolveClass(String clsnm)
Resolves the class of the specified name.
|
Class<?> resolveClass(String clsnm) throws ClassNotFoundException
ClassNotFoundException - if the class is not found.Copyright © 2018. All rights reserved.