Class SimpleResource

    • Constructor Detail

    • Method Detail

      • 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.

        Specified by:
        getDependencies in interface Resource
        Returns: