Uses of Interface
org.apache.sling.installer.api.tasks.RegisteredResource
Packages that use RegisteredResource
-
Uses of RegisteredResource in org.apache.sling.installer.api.info
Subinterfaces of RegisteredResource in org.apache.sling.installer.api.infoModifier and TypeInterfaceDescriptioninterfaceA resource provides all relevant information about a registered resource.Methods in org.apache.sling.installer.api.info that return types with arguments of type RegisteredResourceModifier and TypeMethodDescriptionInstallationState.getUntransformedResources()Return all untransformed resources -
Uses of RegisteredResource in org.apache.sling.installer.api.tasks
Subinterfaces of RegisteredResource in org.apache.sling.installer.api.tasksModifier and TypeInterfaceDescriptioninterfaceA task resource is a registered resource which has been processed by aResourceTransformerand is now about to be processed by anInstallTask.Methods in org.apache.sling.installer.api.tasks with parameters of type RegisteredResourceModifier and TypeMethodDescriptionResourceTransformer.transform(RegisteredResource resource) Try to transform the registered resource.