|
||||||||||
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 | |
---|---|
Class |
resolveClass(String className)
Gets the Class object for the class name. |
Method Detail |
---|
Class resolveClass(String className) throws ClassNotFoundException
className
- - the name of the class to resolve
ClassNotFoundException
- is thrown when a class could not be resolved as supplied
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |