public interface IResourceDependencyList
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 - Copyright © 2017 etc.to. All rights reserved.