Uses of Class
org.apache.sling.installer.api.tasks.TransformationResult

Packages that use TransformationResult
org.apache.sling.installer.api.tasks   
org.apache.sling.installer.core.impl   
 

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

Methods in org.apache.sling.installer.api.tasks that return TransformationResult
 TransformationResult[] ResourceTransformer.transform(RegisteredResource resource)
          Try to transform the registered resource.
 

Uses of TransformationResult in org.apache.sling.installer.core.impl
 

Methods in org.apache.sling.installer.core.impl that return TransformationResult
 TransformationResult[] DefaultTransformer.transform(RegisteredResource resource)
           
 

Methods in org.apache.sling.installer.core.impl with parameters of type TransformationResult
 TaskResource RegisteredResourceImpl.clone(TransformationResult transformationResult)
          Create a new resource with updated information
 void PersistentResourceList.transform(RegisteredResource resource, TransformationResult[] result)
          Transform an unknown resource to a registered one
 



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