|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the class loading policy.
Zephyr Business Solution
Method Summary | |
boolean |
isChildOnly(java.lang.String name)
This is the third priority. |
boolean |
isParentFirst(java.lang.String name)
The lowest priority parameter. |
boolean |
isParentOnly(java.lang.String name)
This is the highest priority. |
boolean |
isSystem(java.lang.String name)
This is the second priority. |
Method Detail |
public boolean isParentOnly(java.lang.String name)
name
- the class or resource name.
public boolean isSystem(java.lang.String name)
name
- the class or resource name.
public boolean isChildOnly(java.lang.String name)
name
- the class or resource name.
public boolean isParentFirst(java.lang.String name)
name
- the class or resource name.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |