|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoadingPolicy
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 |
---|
boolean isParentOnly(java.lang.String name)
name
- the class or resource name.
boolean isSystem(java.lang.String name)
name
- the class or resource name.
boolean isChildOnly(java.lang.String name)
name
- the class or resource name.
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 |