Uses of Interface
org.apache.sling.installer.api.tasks.RegisteredResource
-
Uses of RegisteredResource in org.apache.sling.installer.api.info
Modifier and TypeInterfaceDescriptioninterface
A resource provides all relevant information about a registered resource.Modifier and TypeMethodDescriptionInstallationState.getUntransformedResources()
Return all untransformed resources -
Uses of RegisteredResource in org.apache.sling.installer.api.tasks
Modifier and TypeInterfaceDescriptioninterface
A task resource is a registered resource which has been processed by aResourceTransformer
and is now about to be processed by anInstallTask
.Modifier and TypeMethodDescriptionResourceTransformer.transform
(RegisteredResource resource) Try to transform the registered resource.