public final class ResourceManagers
extends java.lang.Object
ResourceManager instances.
Also see this class's counterparts ResourceServices
and ResourceProviders.| Modifier and Type | Method and Description |
|---|---|
static ResourceManager |
create()
Creates a standard resource manager.
|
public static ResourceManager create()
Standard resource manager is a reference implementation
of ResourceManager interface.
The returned manager never panics. In other words it does
not propagate ResourceAlreadyRegistredException
or ResourceNotRegistredException.