Package | Description |
---|---|
org.apache.sling.installer.api.tasks | |
org.apache.sling.installer.core.impl | |
org.apache.sling.installer.core.impl.tasks |
Modifier and Type | Method and Description |
---|---|
TaskResourceGroup |
InstallTask.getResourceGroup()
Return the corresponding resource - depending on the task this might be null.
|
Modifier and Type | Method and Description |
---|---|
InstallTask |
InstallTaskFactory.createTask(TaskResourceGroup toActivate)
Creates an
InstallTask for the resource or
null if the factory does not support the resource. |
Constructor and Description |
---|
ChangeStateTask(TaskResourceGroup r,
ResourceState s)
Change the state of the task
|
ChangeStateTask(TaskResourceGroup r,
ResourceState s,
Map<String,Object> addAttributes,
String[] removeAttributes)
Change the state of the task
|
InstallTask(TaskResourceGroup erl)
Constructor for the task
|
Modifier and Type | Class and Description |
---|---|
class |
EntityResourceList
Persistent list of RegisteredResource, used by installer to
keep track of all registered resources
|
Modifier and Type | Method and Description |
---|---|
TaskResourceGroup |
AsyncWrapperInstallTask.getResourceGroup() |
Constructor and Description |
---|
AbstractInstallTask(TaskResourceGroup erl,
TaskSupport support)
Constructor
|
Modifier and Type | Method and Description |
---|---|
InstallTask |
BundleTaskCreator.createTask(TaskResourceGroup resourceList)
Create a bundle task - install, update or remove
|
Constructor and Description |
---|
AbstractBundleTask(TaskResourceGroup erl,
TaskSupport support) |
BundleInstallTask(TaskResourceGroup r,
TaskSupport creator) |
BundleRemoveTask(TaskResourceGroup r,
TaskSupport creator) |
BundleStartTask(TaskResourceGroup r,
long bundleId,
TaskSupport btc) |
BundleUpdateTask(TaskResourceGroup r,
TaskSupport creator) |
InstallerBundleUpdateTask(TaskResourceGroup r,
TaskSupport taskSupport) |
RestartActiveBundlesTask(TaskResourceGroup erl,
TaskSupport support)
Constructor
|
SystemBundleUpdateTask(TaskResourceGroup r,
TaskSupport taskSupport) |
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.