|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalLoader
A loader which implements the local part of a module.
Thread safety warning! The loader must never call into a class loader (or any other object) which may take locks and subsequently delegate to a module class loader. This will cause deadlocks and other hard-to-debug concurrency problems.
| Method Summary | |
|---|---|
Class<?> |
loadClassLocal(String name,
boolean resolve)
Load a class which is locally defined by this loader. |
List<Resource> |
loadResourceLocal(String name)
Load a resource which is locally defined by this loader. |
| Method Detail |
|---|
Class<?> loadClassLocal(String name,
boolean resolve)
name - the class nameresolve - true to resolve the class
null if there is no local class with this nameList<Resource> loadResourceLocal(String name)
/" characters.
name - the resource path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||