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
InstallTask for the resource or
null if 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,
java.util.Map<java.lang.String,java.lang.Object> addAttributes,
java.lang.String[] removeAttributes)
Change the state of the task
|
ChangeStateTask(TaskResourceGroup r,
ResourceState s,
java.util.Map<java.lang.String,java.lang.Object> addAttributes,
java.lang.String[] removeAttributes,
java.lang.String error)
Change the state of the task
|
ChangeStateTask(TaskResourceGroup r,
ResourceState s,
java.lang.String error)
Change the state of the task
|
InstallTask(TaskResourceGroup erl)
Constructor for the task
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.