Package com.badlogic.gdx.assets.loaders
Interface FileHandleResolver
-
- All Known Implementing Classes:
AbsoluteFileHandleResolver,ClasspathFileHandleResolver,ExternalFileHandleResolver,InternalFileHandleResolver,LocalFileHandleResolver,PrefixFileHandleResolver,ResolutionFileResolver
public interface FileHandleResolverInterface for classes the can map a file name to aFileHandle. Used to allow theAssetManagerto load resources from anywhere or implement caching strategies.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileHandleresolve(java.lang.String fileName)
-
-
-
Method Detail
-
resolve
FileHandle resolve(java.lang.String fileName)
-
-