Class BundleCacheResourceWrapper

  • All Implemented Interfaces:
    java.io.Serializable, Resource

    public class BundleCacheResourceWrapper
    extends java.lang.Object
    implements Resource
    Todo: Document me!

    Date: 07.10.2009 Time: 18:31:11

    Author:
    Thomas Morgner.
    See Also:
    Serialized Form
    • Constructor Detail

      • BundleCacheResourceWrapper

        public BundleCacheResourceWrapper​(Resource parent,
                                          ResourceKey outsideKey)
    • Method Detail

      • getTargetType

        public java.lang.Class getTargetType()
        Specified by:
        getTargetType in interface Resource
      • getDependencies

        public ResourceKey[] getDependencies()
        Description copied from interface: Resource
        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.
        Specified by:
        getDependencies in interface Resource
        Returns: