Uses of Class
org.apache.sling.installer.api.tasks.InstallTask
Packages that use InstallTask
Package
Description
-
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(). -
Uses of InstallTask in org.apache.sling.installer.core.impl
Subclasses of InstallTask in org.apache.sling.installer.core.implModifier and TypeClassDescriptionclassorg.apache.sling.installer.core.impl.AbstractInstallTaskAbstract base class providing an additional logger -
Uses of InstallTask in org.apache.sling.installer.core.impl.tasks
Subclasses of InstallTask in org.apache.sling.installer.core.impl.tasksModifier and TypeClassDescriptionclassAbstract base class for bundle related tasks.classInstall a bundle supplied as a RegisteredResource.classRemove a bundle from a RegisteredResource.classStart a bundle given its bundle ID Restarts if the bundle does not start on the first try, but only after receiving a bundle or framework event, indicating that it's worth retryingclassUpdate a bundle from a RegisteredResource.classUpdate the installer itselfclassRefresh a set of bundles.classRestart all active bundles.classUpdate the system bundle from a RegisteredResource.Methods in org.apache.sling.installer.core.impl.tasks that return InstallTaskModifier and TypeMethodDescriptionBundleTaskCreator.createTask(TaskResourceGroup resourceList) Create a bundle task - install, update or remove
trueforisAsynchronousTask()and be add withInstallationContext.addTaskToCurrentCycle(InstallTask)