Uses of Interface
org.apache.sling.installer.api.tasks.RegisteredResource

Packages that use RegisteredResource
org.apache.sling.installer.api.info   
org.apache.sling.installer.api.tasks   
 

Uses of RegisteredResource in org.apache.sling.installer.api.info
 

Subinterfaces of RegisteredResource in org.apache.sling.installer.api.info
 interface Resource
          A resource provides all relevant information about a registered resource.
 

Methods in org.apache.sling.installer.api.info that return types with arguments of type RegisteredResource
 java.util.List<RegisteredResource> InstallationState.getUntransformedResources()
          Return all untransformed resources
 

Uses of RegisteredResource in org.apache.sling.installer.api.tasks
 

Subinterfaces of RegisteredResource in org.apache.sling.installer.api.tasks
 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 .
 

Methods in org.apache.sling.installer.api.tasks with parameters of type RegisteredResource
 TransformationResult[] ResourceTransformer.transform(RegisteredResource resource)
          Try to transform the registered resource.
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.