| Modifier and Type | Method and Description |
|---|---|
ResourceType |
ResourceRegistry.lookup(int id)
Looks up a resource type by ID.
|
ResourceType |
Resource.type()
Returns the resource type.
|
ResourceType |
AbstractResource.type() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ResourceType> |
ResourceRegistry.types()
Returns a collection of resource types.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceRegistry |
ResourceRegistry.register(ResourceType type)
Registers a resource type.
|
| Constructor and Description |
|---|
ResourceRegistry(Collection<ResourceType> resources) |
Copyright © 2013–2016. All rights reserved.