Uses of Class
org.apache.sling.installer.api.tasks.InstallTask

Packages that use InstallTask
org.apache.sling.installer.api.tasks   
org.apache.sling.installer.core.impl   
org.apache.sling.installer.core.impl.config   
org.apache.sling.installer.core.impl.tasks   
 

Uses of InstallTask in org.apache.sling.installer.api.tasks
 

Methods in org.apache.sling.installer.api.tasks that return InstallTask
 InstallTask InstallTaskFactory.createTask(TaskResourceGroup toActivate)
          Creates an InstallTask for the resource or null if the factory does not support the resource.
 

Methods in org.apache.sling.installer.api.tasks with parameters of type InstallTask
 void InstallationContext.addTaskToCurrentCycle(InstallTask t)
          Schedule a task for execution in the current cycle.
 void InstallationContext.addTaskToNextCycle(InstallTask t)
          Schedule a task for execution in the next cycle, usually to indicate that a task must be retried or the current task is finished and another task has to be run.
 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.impl
 class AbstractInstallTask
           
 

Uses of InstallTask in org.apache.sling.installer.core.impl.config
 

Subclasses of InstallTask in org.apache.sling.installer.core.impl.config
 class ConfigInstallTask
          Task to install a configuration
 class ConfigRemoveTask
          Remove a Configuration
 

Methods in org.apache.sling.installer.core.impl.config that return InstallTask
 InstallTask ConfigTaskCreator.createTask(TaskResourceGroup group)
          Create a task to install or uninstall a configuration.
 

Uses of InstallTask in org.apache.sling.installer.core.impl.tasks
 

Subclasses of InstallTask in org.apache.sling.installer.core.impl.tasks
 class BundleInstallTask
          Install a bundle supplied as a RegisteredResource.
 class BundleRemoveTask
          Remove a bundle from a RegisteredResource.
 class BundleStartTask
          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 retrying
 class BundleUpdateTask
          Update a bundle from a RegisteredResource.
 class ChangeStateTask
          Simple general task, setting the state of a registered resource.
 class SynchronousRefreshPackagesTask
          Execute an OSGi "refresh packages" operation, synchronously
 class SystemBundleUpdateTask
          Update the system bundle from a RegisteredResource.
 

Methods in org.apache.sling.installer.core.impl.tasks that return InstallTask
 InstallTask BundleTaskCreator.createTask(TaskResourceGroup resourceList)
          Create a bundle task - install, update or remove
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.