Uses of Class
org.apache.sling.installer.api.tasks.InstallTask
Packages that use InstallTask
-
Uses of InstallTask in org.apache.sling.installer.api.tasks
Subclasses of InstallTask in org.apache.sling.installer.api.tasksModifier and TypeClassDescriptionclass
Simple general task, setting the state of a registered resource.Methods in org.apache.sling.installer.api.tasks that return InstallTaskModifier and TypeMethodDescriptionInstallTaskFactory.createTask
(TaskResourceGroup group) Creates anInstallTask
for the resource ornull
if the factory does not support the resource.Methods in org.apache.sling.installer.api.tasks with parameters of type InstallTaskModifier and TypeMethodDescriptionvoid
InstallationContext.addAsyncTask
(InstallTask t) Deprecated.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.final int
InstallTask.compareTo
(InstallTask o) All comparisons are based on getSortKey().
true
forisAsynchronousTask()
and be add withInstallationContext.addTaskToCurrentCycle(InstallTask)