|
EAF 7.4 Util | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MultiClassLoader.ClassFilter
A filter interface, used in deciding if a class should be loaded by this class loader.
Field Summary | |
---|---|
static int |
CAN_LOAD
Value returned to indicate that the class can be loaded by this class loader. |
static int |
DONT_LOAD
Value returned to indicate that the class should not be loaded by this class loader. |
static int |
MUST_LOAD
Value returned to indicate that the class must loaded by this class loader. |
static int |
NORMAL_LOAD
Value returned to indicate that we don't care, other filters maybe checked. |
Method Summary | |
---|---|
int |
loadCheck(java.lang.String className)
Check if a class should be loaded by this class loader. |
Field Detail |
---|
static final int NORMAL_LOAD
static final int DONT_LOAD
static final int CAN_LOAD
static final int MUST_LOAD
Method Detail |
---|
int loadCheck(java.lang.String className)
className
- the class being loaded.
|
EAF 7.4 Util | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |