|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for objects that are used to abstract particular class loader implementations. XMLC reloading/recompilation needs the following functionality that is not part of ClassLoader:
A class implement this interface must have a constructor with the signature:
public XXXResourceLoader(ClassLoader classLoader, XMLCLogger logger)
Method Summary | |
java.lang.ClassLoader |
createSelectiveClassLoader(java.lang.String className)
Create a selective class loader for the specified class and its subclasses. |
java.lang.ClassLoader |
getClassLoader()
Get the class loader associated with this ResourceLoader instance. |
java.net.URL[] |
getClassPath()
Get the classpath that will be searched to find classes. |
Method Detail |
public java.lang.ClassLoader getClassLoader()
public java.net.URL[] getClassPath()
public java.lang.ClassLoader createSelectiveClassLoader(java.lang.String className)
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |