Uses of Class
org.apache.sling.installer.api.tasks.InstallTask
-
Packages that use InstallTask Package Description org.apache.sling.installer.api.tasks -
-
Uses of InstallTask in org.apache.sling.installer.api.tasks
Subclasses of InstallTask in org.apache.sling.installer.api.tasks Modifier and Type Class Description classChangeStateTaskSimple general task, setting the state of a registered resource.Methods in org.apache.sling.installer.api.tasks that return InstallTask Modifier and Type Method Description InstallTaskInstallTaskFactory. 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 InstallTask Modifier and Type Method Description voidInstallationContext. addAsyncTask(InstallTask t)Deprecated.A async task should returntrueforisAsynchronousTask()and be add withInstallationContext.addTaskToCurrentCycle(InstallTask)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.intInstallTask. compareTo(InstallTask o)All comparisons are based on getSortKey().
-