|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResourceDependencyList
Collects dependencies.
Method Summary | |
---|---|
void |
add(IIsModified m)
Add a IIsModified instance. |
void |
add(IModifyableResource c)
Add an IModifyableResource instance. |
void |
add(IResourceRef ref)
Add a resource to the dependency list. |
Method Detail |
---|
void add(@Nonnull IResourceRef ref)
IIsModified
or IModifyableResource
, or this will throw an IllegalArgmentException. If the ref
implements IModifyableResource
then it will be wrapped in a ResourceTimestamp
instance which records the current modification time and implements IIsModified
.
ref
- void add(@Nonnull IIsModified m)
m
- void add(@Nonnull IModifyableResource c)
IModifyableResource
instance.
m
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |