See: Description
| Class | Description | 
|---|---|
| AndroidLocator | |
| ClasspathLocator | The  ClasspathLocatorlooks up an asset in the classpath. | 
| FileLocator | FileLocatorallows you to specify a folder where to
 look for assets. | 
| HttpZipLocator | HttpZipLocatoris similar toZipLocator, except
 it allows loading assets from a.ZIPfile on the web instead of
 on the local filesystem. | 
| UrlAssetInfo | Handles loading of assets from a URL | 
| UrlLocator | UrlLocatoris a locator that combines a root URL
 and the given path in the AssetKey to construct a new URL
 that allows locating the asset. | 
| ZipLocator | ZipLocatoris a locator that looks up resources in a.ZIPfile. |