Package | Description |
---|---|
sk.stuba.fiit.perconik.core.debug.services.resources | |
sk.stuba.fiit.perconik.core.resources |
Resources for listeners supported by the default core implementation.
|
sk.stuba.fiit.perconik.core.services.listeners |
Interfaces and reference implementations of core listener service and its
components.
|
sk.stuba.fiit.perconik.core.services.resources |
Interfaces and reference implementations of core resource service and its
components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DebugResourceManager |
Modifier and Type | Class and Description |
---|---|
class |
DebugResourceManagerProxy |
Modifier and Type | Method and Description |
---|---|
ResourceManager |
DebugResourceManagerFactory.create() |
ResourceManager |
DebugResourceManagerProxy.delegate() |
static ResourceManager |
DebugResourceManagerProxy.unwrap(ResourceManager manager) |
Modifier and Type | Method and Description |
---|---|
static ResourceManager |
DebugResourceManagerProxy.unwrap(ResourceManager manager) |
static DebugResourceManagerProxy |
DebugResourceManagerProxy.wrap(ResourceManager manager) |
static DebugResourceManagerProxy |
DebugResourceManagerProxy.wrap(ResourceManager manager,
DebugConsole console) |
Modifier and Type | Method and Description |
---|---|
static ResourceManager |
DefaultResources.createResourceManager()
Creates default resource manager.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ResourceManager |
AbstractListenerManager.underlyingResourceManager() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceManager
An abstract implementation of
ResourceManager . |
class |
ForwardingResourceManager
A resource manager which forwards all its method calls to another resource
manager.
|
Modifier and Type | Method and Description |
---|---|
static ResourceManager |
ResourceManagers.create()
Creates a standard resource manager.
|
ResourceManager |
ResourceManagerFactory.create()
Creayes a resource manager.
|
protected abstract ResourceManager |
ForwardingResourceManager.delegate() |
ResourceManager |
ResourceService.getResourceManager()
Gets the resource manager.
|
ResourceManager |
AbstractResourceService.getResourceManager()
Gets the resource manager.
|
Modifier and Type | Method and Description |
---|---|
ResourceService.Builder |
ResourceService.Builder.manager(ResourceManager manager)
Sets the resource manager of the built resource service.
|