|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AutoImportService
Interface for a service that resolves a class name to Java Class instances.
Implementations typically allow some sort of configuration on which Java packages are automatically checked for presence of a class.
Method Summary | |
---|---|
java.lang.Class |
resolveClass(java.lang.String className)
Gets the Class object for the class name. |
Method Detail |
---|
java.lang.Class resolveClass(java.lang.String className) throws java.lang.ClassNotFoundException
className
- - the name of the class to resolve
java.lang.ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |