public class Blueprints extends ResourcesContainer<Blueprint>
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getAlias(java.net.URL resourceName,
Blueprint resource)
Gets an alias for the specified resourceName.
|
static boolean |
isSupported(java.lang.String fileName) |
protected Blueprint |
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 Blueprint load(java.net.URL resourceName) throws java.lang.Exception
load in class ResourcesContainer<Blueprint>java.lang.Exceptionprotected java.lang.String getAlias(java.net.URL resourceName,
Blueprint resource)
ResourcesContainergetAlias in class ResourcesContainer<Blueprint>resourceName - The original name of the resource.resource - The resource.