org.jfree.resourceloader
Class SimpleResource
java.lang.Object
org.jfree.resourceloader.SimpleResource
- Resource, Serializable
A simple resource with only a single dependency.
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