| Package | Description | 
|---|---|
| org.apache.sling.installer.api.tasks | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskResourceGroup | InstallTask. getResourceGroup()Return the corresponding resource - depending on the task this might be null. | 
| Modifier and Type | Method and Description | 
|---|---|
| InstallTask | InstallTaskFactory. createTask(TaskResourceGroup group)Creates an  InstallTaskfor the resource ornullif the factory does not support the resource. | 
| Constructor and Description | 
|---|
| ChangeStateTask(TaskResourceGroup r,
               ResourceState s)Change the state of the task | 
| ChangeStateTask(TaskResourceGroup r,
               ResourceState s,
               Map<String,Object> addAttributes,
               String[] removeAttributes)Change the state of the task | 
| ChangeStateTask(TaskResourceGroup r,
               ResourceState s,
               Map<String,Object> addAttributes,
               String[] removeAttributes,
               String error)Change the state of the task | 
| ChangeStateTask(TaskResourceGroup r,
               ResourceState s,
               String error)Change the state of the task | 
| InstallTask(TaskResourceGroup erl)Constructor for the task | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.