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 |
---|---|
TaskResource |
TaskResourceGroup.getActiveResource()
Return the first resource if it either needs to be installed or uninstalled.
|
TaskResource |
TaskResourceGroup.getNextActiveResource()
If there is more than the active resource in the group, return the second
resource from the group.
|
TaskResource |
InstallTask.getResource()
Return the corresponding resource - depending on the task this might be null.
|
Modifier and Type | Class and Description |
---|---|
class |
RegisteredResourceImpl
Implementation of the registered resource
|
Modifier and Type | Method and Description |
---|---|
TaskResource |
RegisteredResourceImpl.clone(TransformationResult transformationResult)
Create a new resource with updated information
|
TaskResource |
EntityResourceList.getActiveResource() |
TaskResource |
EntityResourceList.getFirstResource()
Return the first resource or null
|
TaskResource |
EntityResourceList.getNextActiveResource() |
TaskResource |
AsyncWrapperInstallTask.getResource() |
Modifier and Type | Method and Description |
---|---|
static int |
RegisteredResourceImpl.compare(TaskResource a,
TaskResource b)
Compare resources.
|
Modifier and Type | Method and Description |
---|---|
static void |
BundleUtil.clearBundleStart(TaskResource rsrc) |
static boolean |
BundleUtil.isBundleStart(TaskResource rsrc) |
static void |
BundleUtil.markBundleStart(TaskResource rsrc) |
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.