public interface LoadingPolicy
Zephyr Business Solution
Modifier and Type | Method and Description |
---|---|
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.
|
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.