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 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(). -
Uses of InstallTask in org.apache.sling.installer.core.impl
Subclasses of InstallTask in org.apache.sling.installer.core.implModifier and TypeClassDescriptionclass
org.apache.sling.installer.core.impl.AbstractInstallTask
Abstract 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 TypeClassDescriptionclass
Abstract base class for bundle related tasks.class
Install a bundle supplied as a RegisteredResource.class
Remove a bundle from a RegisteredResource.class
Start 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 retryingclass
Update a bundle from a RegisteredResource.class
Update the installer itselfclass
Refresh a set of bundles.class
Restart all active bundles.class
Update 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
true
forisAsynchronousTask()
and be add withInstallationContext.addTaskToCurrentCycle(InstallTask)