| Package | Description |
|---|---|
| sk.stuba.fiit.perconik.activity.data.core | |
| sk.stuba.fiit.perconik.core.resources |
Resources for listeners supported by the default core implementation.
|
| sk.stuba.fiit.perconik.core.services |
Interfaces and abstract implementations of core services and their
components.
|
| sk.stuba.fiit.perconik.core.services.resources |
Interfaces and reference implementations of core resource service and its
components.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceServiceData |
ResourceServiceData.of(ResourceService service) |
| Constructor and Description |
|---|
ResourceServiceData(ResourceService service) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceService |
DefaultResources.createResourceService()
Creates default resource service.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceService |
Services.getResourceService()
Returns the currently active resource service.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Services.setResourceService(ResourceService service)
Sets the resource service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResourceService
An abstract implementation of
ResourceService. |
| Modifier and Type | Method and Description |
|---|---|
ResourceService |
ResourceService.Builder.build()
Returns a newly created resource service.
|
abstract ResourceService |
AbstractResourceService.AbstractBuilder.build()
Returns a newly created generic service.
|
ResourceService |
ResourceServiceFactory.create()
Creates a resource service.
|