Package | Description |
---|---|
org.apache.sling.installer.api.info | |
org.apache.sling.installer.api.tasks |
Modifier and Type | Interface and Description |
---|---|
interface |
Resource
A resource provides all relevant information about a registered
resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.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.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.