org.jfree.resourceloader
Class CompoundResource
java.lang.Object
org.jfree.resourceloader.CompoundResource
- Resource, Serializable
Creation-Date: 08.04.2006, 14:08:13
getDependencies
public ResourceKey[] getDependencies()
The primary source is also included in this set. The dependencies are given
as ResourceKey objects. The keys itself do not hold any state information.
The dependencies do not track deep dependencies. So if Resource A depends
on Resource B which depends on Resource C, then A only knows about B, not
C.
- getDependencies in interface Resource