Package | Description |
---|---|
org.apache.sling.installer.api.info | |
org.apache.sling.installer.api.tasks | |
org.apache.sling.installer.core.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
Resource
A resource provides all relevant information about a registered
resource.
|
Modifier and Type | Method and Description |
---|---|
List<RegisteredResource> |
InstallationState.getUntransformedResources()
Return all untransformed resources
|
Modifier and Type | Interface and Description |
---|---|
interface |
TaskResource
A task resource is a registered resource which has been
processed by a
ResourceTransformer and is now
about to be processed by an InstallTask . |
Modifier and Type | Method and Description |
---|---|
TransformationResult[] |
ResourceTransformer.transform(RegisteredResource resource)
Try to transform the registered resource.
|
Modifier and Type | Class and Description |
---|---|
class |
RegisteredResourceImpl
Implementation of the registered resource
|
Modifier and Type | Method and Description |
---|---|
RegisteredResource |
PersistentResourceList.addOrUpdate(InternalResource input)
Add or update an installable resource.
|
Modifier and Type | Method and Description |
---|---|
List<RegisteredResource> |
PersistentResourceList.getUntransformedResources()
Get the list of untransformed resources = resources without resource type
|
Modifier and Type | Method and Description |
---|---|
static Util.BundleHeaders |
Util.readBundleHeaders(RegisteredResource resource,
org.slf4j.Logger logger)
Read the bundle info from the manifest (if available)
|
TransformationResult[] |
DefaultTransformer.transform(RegisteredResource resource) |
void |
PersistentResourceList.transform(RegisteredResource resource,
TransformationResult[] result)
Transform an unknown resource to a registered one
|
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.