org.zkoss.lang
Interface ClassResolver

All Known Implementing Classes:
ImportedClassResolver, SimpleClassResolver

public interface ClassResolver

A resolver that can resolve the class of the given name.

Since:
6.0.0
Author:
tomyeh

Method Summary
 java.lang.Class<?> resolveClass(java.lang.String clsnm)
          Resolves the class of the specified name.
 

Method Detail

resolveClass

java.lang.Class<?> resolveClass(java.lang.String clsnm)
                                throws java.lang.ClassNotFoundException
Resolves the class of the specified name.

Throws:
java.lang.ClassNotFoundException - if the class is not found.


Copyright © 2012. All Rights Reserved.