|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InstallTask | |
|---|---|
| org.apache.sling.installer.api.tasks | |
| Uses of InstallTask in org.apache.sling.installer.api.tasks |
|---|
| Methods in org.apache.sling.installer.api.tasks that return InstallTask | |
|---|---|
InstallTask |
InstallTaskFactory.createTask(TaskResourceGroup toActivate)
Creates an InstallTask for the resource or
null if the factory does not support the resource. |
| Methods in org.apache.sling.installer.api.tasks with parameters of type InstallTask | |
|---|---|
void |
InstallationContext.addTaskToCurrentCycle(InstallTask t)
Schedule a task for execution in the current cycle. |
void |
InstallationContext.addTaskToNextCycle(InstallTask t)
Schedule a task for execution in the next cycle, usually to indicate that a task must be retried or the current task is finished and another task has to be run. |
int |
InstallTask.compareTo(InstallTask o)
All comparisons are based on getSortKey(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||