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 TypeClassDescriptionclassSimple 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 anInstallTaskfor the resource ornullif the factory does not support the resource.Methods in org.apache.sling.installer.api.tasks with parameters of type InstallTaskModifier and TypeMethodDescriptionvoidInstallationContext.addAsyncTask(InstallTask t) Deprecated.voidInstallationContext.addTaskToCurrentCycle(InstallTask t) Schedule a task for execution in the current cycle.voidInstallationContext.addTaskToNextCycle(InstallTask t) Deprecated.voidInstallationContext.asyncTaskFailed(InstallTask t) Inform the installer about a failed async task.final intInstallTask.compareTo(InstallTask o) All comparisons are based on getSortKey().
trueforisAsynchronousTask()and be add withInstallationContext.addTaskToCurrentCycle(InstallTask)