See: Description
Class | Description |
---|---|
AndroidLocator | |
ClasspathLocator |
The
ClasspathLocator looks up an asset in the classpath. |
FileLocator |
FileLocator allows you to specify a folder where to
look for assets. |
HttpZipLocator |
HttpZipLocator is similar to ZipLocator , except
it allows loading assets from a .ZIP file on the web instead of
on the local filesystem. |
UrlAssetInfo |
Handles loading of assets from a URL
|
UrlLocator |
UrlLocator is 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 |
ZipLocator is a locator that looks up resources in a
.ZIP file. |