Interface FileHandleResolver

All Known Implementing Classes:
FileTree

public interface FileHandleResolver
Interface for classes the can map a file name to a Fi. Used to allow the AssetManager to load resources from anywhere or implement caching strategies.
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(String fileName)
     
  • Method Details