public final class Maps extends ResourcesContainer<IMap>
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getAlias(java.net.URL resourceName,
IMap resource)
Gets an alias for the specified resourceName.
|
static boolean |
isSupported(java.lang.String fileName) |
protected IMap |
load(java.net.URL resourceName) |
add, add, addClearedListener, addContainerListener, clear, contains, contains, contains, count, get, get, get, get, get, get, get, getAll, getAsync, getAsync, getResources, remove, remove, removeClearedListener, removeContainerListener, tryGet, tryGetpublic static boolean isSupported(java.lang.String fileName)
protected IMap load(java.net.URL resourceName) throws java.io.IOException, java.net.URISyntaxException
load in class ResourcesContainer<IMap>java.io.IOExceptionjava.net.URISyntaxExceptionprotected java.lang.String getAlias(java.net.URL resourceName,
IMap resource)
ResourcesContainergetAlias in class ResourcesContainer<IMap>resourceName - The original name of the resource.resource - The resource.