|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for loading a specific class from a given URL (which is probably a Jar file). Classes returned shouldn't be cached.
Method Summary | |
void |
flush()
Call to flush any cache stored in the interface. |
java.lang.Class |
loadClass(java.lang.String className,
java.lang.String url)
Load the given class from the given URL. |
Method Detail |
public java.lang.Class loadClass(java.lang.String className, java.lang.String url)
className
- the exact class name to load.url
- the URL from which the class is loaded. If this is
null, then the returned class is implementation specific.
public void flush()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |