Uses of Class
org.apache.sling.installer.api.tasks.InstallTask
Package
Description
-
Uses of InstallTask in org.apache.sling.installer.api.tasks
Modifier and TypeClassDescriptionclass
Simple general task, setting the state of a registered resource.Modifier and TypeMethodDescriptionInstallTaskFactory.createTask
(TaskResourceGroup group) Creates anInstallTask
for the resource ornull
if the factory does not support the resource.Modifier 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
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionBundleTaskCreator.createTask
(TaskResourceGroup resourceList) Create a bundle task - install, update or remove
true
forisAsynchronousTask()
and be add withInstallationContext.addTaskToCurrentCycle(InstallTask)