Modifier and Type | Class and Description |
---|---|
class |
IOConfigurationResource
Immutable resource wrapper for an I/O configuration.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,Resource> |
TemplateProject.getResources() |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Resource> |
ProjectService.getResources()
Get the resources associated with the current project.
|
List<? extends Resource> |
ProjectService.removeResources(String actionId)
Remove all resources of the specified actionId from the project.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectServiceAdapter.resourceAdded(String actionId,
Resource resource) |
void |
ProjectServiceListener.resourceAdded(String actionId,
Resource resource)
Called after a new resource was added.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectServiceAdapter.resourcesRemoved(String actionId,
List<Resource> resources) |
void |
ProjectServiceListener.resourcesRemoved(String actionId,
List<Resource> resources)
Called when resources for an action have been removed.
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Resource> |
ProjectServiceImpl.getResources() |
List<? extends Resource> |
ProjectServiceImpl.removeResources(String actionId) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractProjectService.notifyResourceAdded(String actionId,
Resource resource)
Call after a new resource was added.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractProjectService.notifyResourcesRemoved(String actionId,
List<Resource> resources)
Call when resources for an action have been removed.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a