Uses of Interface
org.apache.sling.installer.api.tasks.TaskResourceGroup
Packages that use TaskResourceGroup
-
Uses of TaskResourceGroup in org.apache.sling.installer.api.tasks
Methods in org.apache.sling.installer.api.tasks that return TaskResourceGroupModifier and TypeMethodDescriptionInstallTask.getResourceGroup()
Return the corresponding resource - depending on the task this might be null.Methods in org.apache.sling.installer.api.tasks with parameters of type TaskResourceGroupModifier and TypeMethodDescriptionInstallTaskFactory.createTask
(TaskResourceGroup group) Creates anInstallTask
for the resource ornull
if the factory does not support the resource.Constructors in org.apache.sling.installer.api.tasks with parameters of type TaskResourceGroupModifierConstructorDescriptionChange the state of the taskChangeStateTask
(TaskResourceGroup r, ResourceState s, String error) Change the state of the taskChangeStateTask
(TaskResourceGroup r, ResourceState s, Map<String, Object> addAttributes, String[] removeAttributes) Change the state of the taskChangeStateTask
(TaskResourceGroup r, ResourceState s, Map<String, Object> addAttributes, String[] removeAttributes, String error) Change the state of the taskConstructor for the task