Package | Description |
---|---|
org.apache.sling.installer.api.tasks |
Modifier and Type | Class and Description |
---|---|
class |
ChangeStateTask
Simple general task, setting the state of a registered resource.
|
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. |
Modifier and Type | Method and Description |
---|---|
void |
InstallationContext.addAsyncTask(InstallTask t)
Deprecated.
A async task should return
true for isAsynchronousTask()
and be add with InstallationContext.addTaskToCurrentCycle(InstallTask) |
void |
InstallationContext.addTaskToCurrentCycle(InstallTask t)
Schedule a task for execution in the current cycle.
|
void |
InstallationContext.addTaskToNextCycle(InstallTask t)
Deprecated.
|
void |
InstallationContext.asyncTaskFailed(InstallTask t)
Inform the installer about a failed async task.
|
int |
InstallTask.compareTo(InstallTask o)
All comparisons are based on getSortKey().
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.