|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskResource | |
---|---|
org.apache.sling.installer.api.tasks | |
org.apache.sling.installer.core.impl |
Uses of TaskResource in org.apache.sling.installer.api.tasks |
---|
Methods in org.apache.sling.installer.api.tasks that return TaskResource | |
---|---|
TaskResource |
TaskResourceGroup.getActiveResource()
Return the first resource if it either needs to be installed or uninstalled. |
TaskResource |
InstallTask.getResource()
Return the corresponding resource - depending on the task this might be null. |
Uses of TaskResource in org.apache.sling.installer.core.impl |
---|
Classes in org.apache.sling.installer.core.impl that implement TaskResource | |
---|---|
class |
RegisteredResourceImpl
Implementation of the registered resource |
Methods in org.apache.sling.installer.core.impl that return TaskResource | |
---|---|
TaskResource |
RegisteredResourceImpl.clone(TransformationResult transformationResult)
Create a new resource with updated information |
TaskResource |
EntityResourceList.getActiveResource()
Return the first resource if it either needs to be installed or uninstalled. |
Methods in org.apache.sling.installer.core.impl that return types with arguments of type TaskResource | |
---|---|
Collection<TaskResource> |
EntityResourceList.getResources()
|
Methods in org.apache.sling.installer.core.impl with parameters of type TaskResource | |
---|---|
void |
EntityResourceList.addOrUpdate(TaskResource r)
|
static int |
RegisteredResourceImpl.compare(TaskResource a,
TaskResource b)
Compare resources. |
void |
EntityResourceList.remove(TaskResource r)
|
void |
PersistentResourceList.remove(TaskResource r)
Remove a resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |